id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
f32d0488-222d-46fd-aac9-742ce9ccc782 | public java.lang.String getCustomObject9IntegrationId() {
return this.customObject9IntegrationId;
} |
63cf1e67-0b19-4ab4-8e3e-83b1dc0f8317 | public StateMachine(BaseGameEntity owner){
pOwner = owner;
pCurrentState = null;
pPreviousState = null;
pGlobalState = null;
} |
5b04f1ff-1fab-4a7f-995d-44fd88b209e6 | public void setCustomObject15IntegrationId(crmondemand.xml.opportunity.query.QueryType customObject15IntegrationId) {
this.customObject15IntegrationId = customObject15IntegrationId;
} |
6448ab3b-7fcc-4087-bd16-64f0f2005316 | public java.lang.String getCustomText51() {
return this.customText51;
} |
2c2617bd-6b5c-4729-ba8a-cd53de445fad | public void setCustomText20(java.lang.String customText20) {
this.customText20 = customText20;
} |
d09292f8-ac4b-4b7d-8704-f43ff71ab2a7 | public java.math.BigDecimal getCustomNumber4() {
return this.customNumber4;
} |
42ee4b0c-0c20-492e-8b26-ab9aee6bbe01 | public java.math.BigDecimal getCustomNumber46() {
return this.customNumber46;
} |
f3d091a3-c281-47bb-9397-ec7a34a57050 | public crmondemand.xml.contact.query.QueryType getModifiedById() {
return this.modifiedById;
} |
832453bd-94b6-4851-89a2-ee5b87316e5f | public void setCustomPickList77(java.lang.String customPickList77) {
this.customPickList77 = customPickList77;
} |
fbd9d3a6-bb57-4fd3-a32f-b4acd02a6f50 | public void setOwnerExternalSystemId(crmondemand.xml.contact.query.QueryType ownerExternalSystemId) {
this.ownerExternalSystemId = ownerExternalSystemId;
} |
7507296e-1802-4cc6-8dd3-9c5035b89d8c | public crmondemand.xml.customobject6.query.QueryType getCustomNumber3() {
return this.customNumber3;
} |
63a66b4e-b7ac-40b0-a839-7ca315081d93 | public crmondemand.xml.customobject3.query.QueryType getCustomText36() {
return this.customText36;
} |
49685a58-ec43-434b-a917-a0b423591a9d | public void actionPerformed(java.awt.event.ActionEvent evt) {
ModificarActionPerformed(evt);
} |
9a8dbdde-bf52-4766-b5c0-ba5882f375ca | public java.lang.Boolean getParentFinancialAccountHeldAway() {
return this.parentFinancialAccountHeldAway;
} |
ce616d16-f11e-40ef-9618-ec7a3df50993 | public void setCustomText51(crmondemand.xml.customobject6.query.QueryType customText51) {
this.customText51 = customText51;
} |
b8d2723e-95c2-4338-89c5-ca4866740c27 | public java.lang.Boolean getCustomBoolean15() {
return this.customBoolean15;
} |
071d1f70-4b52-4838-8422-25392ed6661e | public void setCustomDate39(java.util.Calendar customDate39) {
this.customDate39 = customDate39;
} |
7dfbc911-7f72-4871-a33b-98e267b90f99 | public void setProductIntegrationId(crmondemand.xml.customobject6.query.QueryType productIntegrationId) {
this.productIntegrationId = productIntegrationId;
} |
5e6af1a0-7689-4273-b7ed-881fdccace79 | public void setZCustomBoolean14(java.lang.Boolean zCustomBoolean14) {
this.zCustomBoolean14 = zCustomBoolean14;
} |
34cba062-726b-4819-a2fc-3bd6f8695aae | public static ElGamalPrivateKeyParameters importElGamalPrivateKeyParameters(String fileName) throws FileNotFoundException, CorruptDataException, IOException {
// Retreives the 3 values for the parameters
BigInteger[] result = loadElGamalKeyFile(fileName, KeyType.PRIVATE);
// Sets the values
BigInteger x = result[0];
BigInteger g = result[1];
BigInteger p = result[2];
// Create and return value
return new ElGamalPrivateKeyParameters(x, new ElGamalParameters(p, g));
} |
42218593-854f-4199-8d35-f4979af9b475 | @Override
public Tracker getTracker(final int oldCount)
{
final Achievement me=this;
return new Tracker()
{
@Override
public Achievement getAchievement()
{
return me;
}
@Override
public boolean isAchieved(MOB mob)
{
if((playerMask==null)||(CMLib.masking().maskCheck(playerMask, mob, true)))
return true;
return false;
}
@Override
public int getCount(MOB mob)
{
return 0;
}
@Override
public boolean testBump(MOB mob, int bumpNum, Object... parms)
{
if((parms.length>0)
&&(parms[0] instanceof MOB)
&&((playerMask==null)||(CMLib.masking().maskCheck(playerMask, mob, true))))
{
return true;
}
return false;
}
@Override
public Tracker copyOf()
{
try
{
return (Tracker)this.clone();
}
catch(Exception e)
{
return this;
}
}
};
} |
114de7ce-9a54-4749-8dcd-1af7357da538 | public void setCustomNumber2(crmondemand.xml.customobject3.query.QueryType customNumber2) {
this.customNumber2 = customNumber2;
} |
96bea6e1-0225-46a2-8f3e-e7de9452d185 | public crmondemand.xml.customobject3.query.QueryType getCustomPhone8() {
return this.customPhone8;
} |
5959c4e4-c8ec-4d53-8ed3-846bc9835cc1 | public void setCustomCurrency4(crmondemand.xml.customobject6.query.QueryType customCurrency4) {
this.customCurrency4 = customCurrency4;
} |
3eebb07d-4f76-45e6-beb3-9dae5741a96a | public java.lang.String getCustomPhone10() {
return this.customPhone10;
} |
ecddb27d-fc9c-4b37-87df-c06583341068 | public java.lang.String getCustomPhone6() {
return this.customPhone6;
} |
5dd001a1-6fe1-48fd-8617-73d645f6fe57 | public java.math.BigDecimal getCustomNumber30() {
return this.customNumber30;
} |
2e47a5ba-c405-41aa-9638-1964cc26c514 | @Override
public void visit(@NotNull NodeVisitor v) {
if (v.visit(this)) {
visitNode(elt, v);
visitNodeList(generators, v);
}
} |
e018d494-1db4-4f14-a93f-84171cc6817a | public crmondemand.xml.contact.query.QueryType getPolicyExternalSystemId() {
return this.policyExternalSystemId;
} |
889642f6-ef35-4765-9359-8c6c2a116179 | public java.lang.Boolean getCustomBoolean4() {
return this.customBoolean4;
} |
39c04845-ccc7-4c03-be14-3dd51f81ef6c | public java.math.BigDecimal getCustomNumber12() {
return this.customNumber12;
} |
b950d5d1-901c-4493-bf33-46caf2293f4a | public void setCustomNumber22(crmondemand.xml.contact.query.QueryType customNumber22) {
this.customNumber22 = customNumber22;
} |
1e12cf1a-d2f0-46f2-bedf-ef79d667463f | public void setCustomInteger11(crmondemand.xml.customobject6.query.QueryType customInteger11) {
this.customInteger11 = customInteger11;
} |
07364781-9672-485e-92f9-5c8c7f2b644e | public crmondemand.xml.opportunity.query.QueryType getCustomDate40() {
return this.customDate40;
} |
b593c32b-7be3-4086-a9da-57f7ece2b66f | public void setCustomDate2(java.util.Calendar customDate2) {
this.customDate2 = customDate2;
} |
859a5887-437c-4a05-897e-eacb79a22ea3 | public java.lang.String getUpdatedByFirstName() {
return this.updatedByFirstName;
} |
771bbd01-a62c-4897-a9f1-1a10b9272f38 | public java.lang.String getCustomPickList3() {
return this.customPickList3;
} |
f260ea80-71fc-46df-af5d-39906805aa7f | public crmondemand.xml.customobject6.query.QueryType getCustomText29() {
return this.customText29;
} |
62483f8d-fdbb-453d-9b36-453dbb8ebf78 | public crmondemand.xml.contact.query.QueryType getCustomInteger2() {
return this.customInteger2;
} |
2fc2f23c-513b-44f7-bb3c-2762afda6ab1 | public void setCustomObject6Type(java.lang.String customObject6Type) {
this.customObject6Type = customObject6Type;
} |
7bf0c44d-242f-46a4-95b8-7626963e5f13 | public void setCustomPhone18(java.lang.String customPhone18) {
this.customPhone18 = customPhone18;
} |
5a3f50fa-90e0-492e-8419-16b341d052fe | public crmondemand.xml.customobject6.query.QueryType getInvtPeriodExternalSystemId() {
return this.invtPeriodExternalSystemId;
} |
933c662b-7121-47b3-b8d5-31a50a37a282 | public crmondemand.xml.customobject6.query.QueryType getCustomText110() {
return this.customText110;
} |
c0288a84-69c3-4b3d-bd1a-f19116a2119d | public void setCustomObject14Type(java.lang.String customObject14Type) {
this.customObject14Type = customObject14Type;
} |
62529d94-0038-45aa-aef0-a3646980fa44 | public java.lang.String getZCustomPhone6() {
return this.zCustomPhone6;
} |
71eee05f-399c-4111-ae3c-7cff0feb9be7 | public void setCustomPhone18(crmondemand.xml.customobject6.query.QueryType customPhone18) {
this.customPhone18 = customPhone18;
} |
b26ba93f-a848-4a5e-8cf8-e672d57e3957 | public void setCustomText81(java.lang.String customText81) {
this.customText81 = customText81;
} |
1d223785-072a-465c-88c0-7290dce154ec | public void setCustomObject12Type(crmondemand.xml.customobject3.query.QueryType customObject12Type) {
this.customObject12Type = customObject12Type;
} |
99de1cb4-2b49-4cb3-8770-9bf9c016360c | public crmondemand.xml.customobject6.query.QueryType getPolicyTotalPremium() {
return this.policyTotalPremium;
} |
0e158e3c-c8f5-476d-8dc9-3dae112e528a | public BufferedImage loadImage(File file){
return(md.loadImage(file));
} |
7ee5e2a0-178e-46d4-a812-bafddef95ea3 | private static void write(Object id, SelectionKey key) throws IOException, InterruptedException {
if(log.isLoggable(Level.FINEST))
log.finest(key.attachment()+"writing data");
WrapperAndListener struct = (WrapperAndListener)key.attachment();
BasChannelImpl channel = (BasChannelImpl)struct.getChannel();
if(log.isLoggable(Level.FINER))
log.finer(channel+"notifying channel of write");
channel.writeAll();
} |
c1fd3050-080f-4b3c-bf3a-f1a0b608bfa1 | public void setCustomBoolean22(java.lang.Boolean customBoolean22) {
this.customBoolean22 = customBoolean22;
} |
2e993625-82f4-4700-b727-9134e9892271 | public Builder setTechs(
int index, org.bwapi.proxy.messages.GameMessages.TechTypeData.Builder builderForValue) {
if (techsBuilder_ == null) {
ensureTechsIsMutable();
techs_.set(index, builderForValue.build());
onChanged();
} else {
techsBuilder_.setMessage(index, builderForValue.build());
}
return this;
} |
ce1008f4-4b9e-4add-8902-e327952fb8b6 | public int _Py_Ticker() {
try {
return (int)BridJ.getNativeLibrary("python27").getSymbolPointer("_Py_Ticker").as(int.class).get();
}catch (Throwable $ex$) {
throw new RuntimeException($ex$);
}
} |
9b715d33-0948-4895-8436-667515966943 | public crmondemand.xml.opportunity.query.QueryType getCustomObject1Type() {
return this.customObject1Type;
} |
4643b691-ac2c-4255-895e-85c4460583ef | public void setVehicleId(java.lang.String vehicleId) {
this.vehicleId = vehicleId;
} |
d56faaba-9795-45da-bcdb-129a8f816eb1 | private void spawnRandom() {
Random random = new Random();
boolean notValid = true;
this.yellowCount = target.yellowCount;
this.whiteCount = target.whiteCount;
this.redCount = target.redCount;
this.blueCount = target.blueCount;
this.orangeCount = target.orangeCount;
this.greenCount = target.greenCount;
int location = random.nextInt(ROWS * COLS);
int row1 = location / ROWS;
int col1 = location % COLS;
while(true){
location = random.nextInt(ROWS * COLS);
row1 = location / ROWS;
col1 = location % COLS;
if (row1 > 0 && row1 < 4 && col1 > 0 && col1 < 4) {
continue;
}else{
break;
}
}
for (int row = 0; row < 5; row++) {
for (int col = 0; col < 5; col++) {
Tile current = board[row][col];
if (row > 0 && row < 4 && col > 0 && col < 4) {
continue;
}
else if(row==row1&&col==col1){
}
else {
RubiksColors which = null;
for(long i=0;i<90;i++){
int value = random.nextInt(6);
if (value == 0) {
if (yellowCount < 4) {
which = RubiksColors.yellow;
yellowCount++;
break;
}
} else if (value == 1) {
if (whiteCount < 4) {
which = RubiksColors.white;
whiteCount++;
break;
}
} else if (value == 2) {
if (redCount < 4) {
which = RubiksColors.red;
redCount++;
break;
}
} else if (value == 3) {
if (blueCount < 4) {
which = RubiksColors.blue;
blueCount++;
break;
}
} else if (value == 4) {
if (orangeCount < 4) {
which = RubiksColors.orange;
orangeCount++;
break;
}
} else if (value == 5) {
if (greenCount < 4) {
which = RubiksColors.green;
greenCount++;
break;
}
}
}
Tile tile = new Tile(which, getTileX(col), getTileY(row));
board[row][col] = tile;
notValid = false;
}
}
}
} |
6353fbc5-ec9f-43b2-aafa-ccd3d9f7af4a | public crmondemand.xml.customobject3.query.QueryType getSolutionExpirationDate() {
return this.solutionExpirationDate;
} |
c91c853c-f81a-425e-9343-f1e1e811c5de | @Override
public void assignOrder(Orders order) {
if(isValidOrder(order)) {
clearOrder();
}
super.assignOrder(order);
} |
27a42b2d-7e05-47da-8117-5281a5e553ca | public void setProductName(java.lang.String productName) {
this.productName = productName;
} |
8bff8180-9aff-4c1a-941b-f4e09baa28c4 | public static boolean filterLocallyModifiedPropositionP(Stella_Object self, AllPurposeIterator iterator) {
return (Proposition.locallyModifiedPropositionP(((Proposition)(self)), ((Module)(iterator.iteratorObject))));
} |
b2ccddad-3aef-4b4d-85c0-5c8461f3bbd7 | public java.lang.String getExamId()
{
return this.examId;
} |
99ccdc01-df65-4a54-a523-4103b480d9ea | public void setParentPolicyCurrencyCode(crmondemand.xml.customobject6.query.QueryType parentPolicyCurrencyCode) {
this.parentPolicyCurrencyCode = parentPolicyCurrencyCode;
} |
b79d1c25-8743-4c95-bfe5-3c31c8d38aab | public java.math.BigDecimal getCustomNumber37() {
return this.customNumber37;
} |
2aa71ecc-19ba-490a-8474-73eb555df494 | public void setCustomDate42(java.util.Calendar customDate42) {
this.customDate42 = customDate42;
} |
f142df38-5c75-41a1-bfd8-77c9eb0f5b34 | public void setActivityType(java.lang.String activityType) {
this.activityType = activityType;
} |
c19ddb51-c5c8-465b-8ad7-e6ebd99c86d6 | public String getPath() {
return path;
} |
0547cfb8-0f31-4f3f-a559-b1f2e018bc8f | public ShadowColorProvider()
{
this.table = new HashMap<RGB, Color>();
} |
cfe69792-1b82-449b-8abc-72371189cf95 | public void setTotalAssetValue(java.math.BigDecimal totalAssetValue) {
this.totalAssetValue = totalAssetValue;
} |
3fa00fb7-786b-4215-b603-5e526ca420ca | public void setCustomCurrency2(crmondemand.xml.opportunity.query.QueryType customCurrency2) {
this.customCurrency2 = customCurrency2;
} |
bb1ffa63-2e28-4d7d-9e9b-818bc134fbbb | public crmondemand.xml.opportunity.query.QueryType getSolutionPCDAttachmentType() {
return this.solutionPCDAttachmentType;
} |
d5c6eb1e-12ad-4411-888a-f887b67e54fa | public java.lang.String getCustomPhone18() {
return this.customPhone18;
} |
2afc5963-782b-4583-b19c-909f7f56bd77 | public crmondemand.xml.opportunity.query.QueryType getCustomPickList45() {
return this.customPickList45;
} |
de612d68-a0d3-4f00-af45-dc9b3edfaeb9 | public void setCustomObject13Name(crmondemand.xml.contact.query.QueryType customObject13Name) {
this.customObject13Name = customObject13Name;
} |
04db5314-983b-4091-857d-1be3e8afdfb2 | public java.lang.String getCustomObject11Type() {
return this.customObject11Type;
} |
f73925ef-7a46-47d2-af72-febfd023b6ba | public java.math.BigDecimal getCustomNumber56() {
return this.customNumber56;
} |
a8440403-16bd-4e0f-a94a-7615a71a173f | public crmondemand.xml.contact.query.QueryType getCustomPickList61() {
return this.customPickList61;
} |
7f9ceac7-6e4c-4f27-b85e-2b200a562396 | public crmondemand.xml.customobject6.query.QueryType getCustomObject14Id() {
return this.customObject14Id;
} |
4137f90b-614c-47f2-a297-b98bec2cfc3e | public java.lang.String getCampaignExternalSystemId() {
return this.campaignExternalSystemId;
} |
679ea1d7-f0a8-4902-a46c-0836304d8ef9 | public void setObjectiveName(java.lang.String objectiveName) {
this.objectiveName = objectiveName;
} |
3995c784-3bfa-475c-b335-f76238952b4b | public crmondemand.xml.contact.query.QueryType getCustomInteger12() {
return this.customInteger12;
} |
8cddaeb6-6514-4185-9cb2-da454be03647 | private void deleteOldFiles() {
//Just a quick check to make sure we didn't leave any files from last time...
File[] list = listFilesOrError(updateFolder);
for (final File xFile : list) {
if (xFile.getName().endsWith(".zip")) {
this.fileIOOrError(xFile, xFile.mkdir(), true);
}
}
} |
249498c2-f7ef-4044-9ffb-7ab2c63947d5 | private static String swapCases(String str)
{
String cases;
char c;
cases = "";
for(int i = 0; i < str.length(); i++)
{
c = str.charAt(i);
if(Character.isLetter(c))
{
if(Character.isUpperCase(c))
{
c = Character.toLowerCase(c);
}
else
{
c = Character.toUpperCase(c);
}
}
cases += c;
}
return cases;
} |
514be40e-bd84-42b0-9617-f5bfe2907959 | public static _Fields findByName(String name) {
return byName.get(name);
} |
841ca806-589b-420b-b42c-2057477f7a03 | public java.lang.String getCustomPickList3() {
return this.customPickList3;
} |
7834b1c6-3296-4a83-b211-08d2962751f7 | public java.lang.String getCustomPickList99() {
return this.customPickList99;
} |
c93719c9-d2f2-419f-8fc5-95be8a11e2b0 | public java.lang.String getCustomPickList34() {
return this.customPickList34;
} |
2c4c2370-706f-4a11-9f6b-87572eec713e | public void handler() {
long res = m68ki_read_16(EA_AL());
long ea_dst = m68ki_read_imm_32();
m68ki_write_16(ea_dst, res);
m68k_cpu.n_flag = GET_MSB_16(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = 0;
m68k_cpu.c_flag = 0;
USE_CLKS(16 + 12);
if (m68klog != null) {
fprintf(m68klog, "move_al_al_16 :PC:%d,PPC:%d,mode:%d,dr0:%d,dr1:%d,dr2:%d,dr3:%d,dr4:%d,dr5:%d,dr6:%d,dr7:%d,ar0:%d,ar1:%d,ar2:%d,ar3:%d,ar4:%d,ar5:%d,ar6:%d,ar7:%d,sp0:%d,sp1:%d,sp2:%d,sp3:%d,vbr:%d,sfc:%d,dfc:%d,cacr:%d,caar:%d,ir:%d,t1:%d,t0:%d,s:%d,m:%d,x:%d,n:%d,nz:%d,v:%d,c:%d,intm:%d,ints:%d,stop:%d,halt:%d,intc:%d,prefa:%d,prefd:%d\n", m68k_cpu.pc, m68k_cpu.ppc, m68k_cpu.mode, m68k_cpu.dr[0], m68k_cpu.dr[1], m68k_cpu.dr[2], m68k_cpu.dr[3], m68k_cpu.dr[4], m68k_cpu.dr[5], m68k_cpu.dr[6], m68k_cpu.dr[7], m68k_cpu.ar[0], m68k_cpu.ar[1], m68k_cpu.ar[2], m68k_cpu.ar[3], m68k_cpu.ar[4], m68k_cpu.ar[5], m68k_cpu.ar[6], m68k_cpu.ar[7], m68k_cpu.sp[0], m68k_cpu.sp[1], m68k_cpu.sp[2], m68k_cpu.sp[3], m68k_cpu.vbr, m68k_cpu.sfc, m68k_cpu.dfc, m68k_cpu.cacr, m68k_cpu.caar, m68k_cpu.ir, m68k_cpu.t1_flag, m68k_cpu.t0_flag, m68k_cpu.s_flag, m68k_cpu.m_flag, m68k_cpu.x_flag, m68k_cpu.n_flag, m68k_cpu.not_z_flag, m68k_cpu.v_flag, m68k_cpu.c_flag, m68k_cpu.int_mask, m68k_cpu.int_state, m68k_cpu.stopped, m68k_cpu.halted, m68k_cpu.int_cycles, m68k_cpu.pref_addr, m68k_cpu.pref_data);
}
} |
2b41c7f6-7f3b-4dcc-8f7a-f665fb073dd5 | public int getWallID(Vector2i v) {
data.setPos(width*height*2+v.x+v.y*width*2);
return data.readUShort();
} |
467a6f6c-2f67-48e1-b5b8-db9dd48cd5b5 | public void setCustomText73(java.lang.String customText73) {
this.customText73 = customText73;
} |
ef611d33-6c60-4edf-b559-a41c9a796573 | public Point(int row,int col){
this.row=row;
this.col=col;
} |
c62bb3b4-e820-40a1-9e04-739c57c7e4fc | @Override
public void simpleInitApp() {
flyCam.setMoveSpeed(100f);
Node sceneNode = new Node("Scene");
sceneNode.attachChild(SkyFactory.createSky(assetManager, "Textures/BrightSky.dds", false));
rootNode.attachChild(sceneNode);
initFloor(sceneNode);
makecontainer();
//kranen initialiseren en plaatsen
initInlandCrane();
initStorageCrane();
initSeaCrane();
initTrainCrane();
initTruckCrane();
initTrucks();
initTrain();
//Spatial train = rootNode.getChild("Train");
// for(int i = 0; i < 83; i++){
//
// train.attachChild(containers[i]);
// containers[i].setLocalTranslation((13/3 * i * 1.2f) - 197, 1, 0);
// containers[i].rotate(0,FastMath.PI / 2 ,0);
// }
//set the test u want to use here:
// set test 1 for testing whole storageCrain
// set test 3 for testing TruckCrain
// 4 inland
// 5 seacrane
//test = 3;
} |
813be586-4d80-469e-998e-796f44f6a0bc | public crmondemand.xml.customobject3.query.QueryType getCustomNumber16() {
return this.customNumber16;
} |
cb79f6e4-13c0-4fb4-8604-b833d02c1960 | public crmondemand.xml.contact.query.QueryType getCustomDate56() {
return this.customDate56;
} |
1132b605-2a8d-4efc-b012-36063b152583 | public void setSearchBoxDocumentListener(DocumentListener dl){
this.searchBox.getDocument().addDocumentListener(dl);
} |
42cf4b68-2fdc-4a19-b1f4-d470b94d2414 | public java.lang.Boolean getCustomBoolean7() {
return this.customBoolean7;
} |
9061cbca-2cb7-4aeb-867f-b5bbd026e6f9 | public crmondemand.xml.contact.query.QueryType getCustomText38() {
return this.customText38;
} |
d61b7e4d-f267-41bc-8d77-9bde964c01b9 | public void setCustomPickList80(crmondemand.xml.customobject6.query.QueryType customPickList80) {
this.customPickList80 = customPickList80;
} |
8eac8345-c923-4aac-919e-a487503c333a | public crmondemand.xml.customobject3.query.QueryType getCustomObject3ExternalSystemId() {
return this.customObject3ExternalSystemId;
} |
73c1d5e9-37e0-416c-ba57-ef3a664c5123 | opcode fd_9e = new opcode() { public void handler(){ EAY(); SBC(RM(EA));}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.