Skip to content

Instantly share code, notes, and snippets.

@opheron
opheron / auto_dealer_schema_8af6fab76ea1acd95a8a813f79cc53170327f103
Created February 16, 2022 22:47
Relational Algebra Data for Auto Dealer
group: auto_dealer_schema
Model = {
model_id:number, model_name:string, first_production_year:string
1,'Model1',"1985"
2,'Model2',"1987"
3,'2 Series',"1990"
4,'Focus',"1986"
5,'ModelX', "2000"
6,'GT4000', "2010"
@opheron
opheron / History|-11bc2a44|entries.json
Last active April 16, 2022 19:54
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/andrew/code/privacyguides.org/docs/multi-factor-authentication.md","entries":[{"id":"7kJC.md","timestamp":1648928846566},{"id":"glqi.md","timestamp":1648928901692},{"id":"lqsF.md","timestamp":1648928923510},{"id":"XAlV.md","source":"undoRedo.source","timestamp":1648928966407},{"id":"temi.md","timestamp":1648928970044},{"id":"Ck7K.md","source":"undoRedo.source","timestamp":1648928974063},{"id":"mdFY.md","timestamp":1648928976118},{"id":"RWN8.md","timestamp":1648929033796},{"id":"P5na.md","timestamp":1648929048874},{"id":"ou5i.md","timestamp":1648929085874},{"id":"W59Z.md","timestamp":1648929122352},{"id":"rV1I.md","timestamp":1648929186933},{"id":"6hTf.md","timestamp":1648929200189},{"id":"RfLm.md","source":"undoRedo.source","timestamp":1648929206159},{"id":"w5Fz.md","timestamp":1648929225927},{"id":"wxoI.md","timestamp":1648929308005},{"id":"WYm7.md","timestamp":1648929332383},{"id":"UdxM.md","timestamp":1648929353172},{"id":"Gt6K.md","timestamp":1648929410036},{"id":"oK
@opheron
opheron / cloudSettings
Created September 23, 2020 09:13
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-23T09:13:12.882Z","extensionVersion":"v3.4.3"}

Keybase proof

I hereby claim:

  • I am opheron on github.
  • I am opheron (https://keybase.io/opheron) on keybase.
  • I have a public key ASBQFnytfNLT06WP3w2Mmojz0hMtYWnqpLndY9ZrlKfRjAo

To claim this, I am signing this object:

public SpotXAdRequest initAdRequest(){
SpotXAdRequest request = new SpotXAdRequest(activity.getString(R.string.spotxapi));
request.channel = activity.getString(R.string.spotxdomainid);
Spotx.debugMode = true;
request.putParam("devicetype", 7);
request.putParam("custom_skin", 0);
request.putParam("secure_response", 0);
return request;
}
public SpotXAdRequest initAdRequest(){
SpotXAdRequest request = new SpotXAdRequest(activity.getString(R.string.spotxapi));
request.channel = activity.getString(R.string.spotxdomainid);
Spotx.debugMode = true;
request.putParam("devicetype", 7);
request.putParam("custom_skin", 0);
return request;
}