Skip to content

Instantly share code, notes, and snippets.

@holoduke
holoduke / commands
Last active November 9, 2015 15:36
High performance secured high traffic linux (Debian 5 core 16gb) tuned script collection (nginx, sysctl, iptables etc).
# increase hashsize to match conntrack_max value devided by 8
echo 65536 > /sys/module/nf_conntrack/parameters/hashsize
curl --data 'name=requestConfig&data={"uid":"ca94b6b6-30ec-4f5b-927e-aaf89ebc4bf1","packageName":"com.spilgames.pixelwizard"}&ts=12332323' https://apptracker-stg.spilgames.com/android_entn
@holoduke
holoduke / etnics
Created October 10, 2016 18:17
etnics map
[
{name: 'Afghanistan', etnics : [ {t:"asian",w:1} ]},
{name: 'Åland Islands', etnics : [ {t:"asian",w:1} ]},
{name: 'Albania', etnics : [ {t:"caucasian",w:1} ]},
{name: 'Algeria', etnics : [ {t:"caucasian",w:0.8}, {t:"african",w:0.2} ]},
{name: 'American Samoa', etnics : [ {t:"african",w:1} ]},
{name: 'AndorrA', etnics : [ {t:"caucasian",w:1} ]},
{name: 'Angola', etnics : [ {t:"african",w:1} ]},
{name: 'Anguilla', etnics : [ {t:"asian",w:1} ]},
{name: 'Antarctica', etnics : [ {t:"caucasian",w:1} ]},
@holoduke
holoduke / A
Last active July 20, 2017 19:43
Miner
* 8x gtx 1080 ti. Any brand. 11ghz. to get reduced noise 2 or 3 fans is recommended.
https://www.ebay.co.uk/sch/i.html?_odkw=asus+prime+270-a&_osacat=0&_from=R40&_trksid=m570.l1313&_nkw=1080ti&_sacat=0
* 1x asus prime z270-a motherboard
https://www.ebay.co.uk/sch/i.html?_odkw=intel+i3+6300+1151&_osacat=0&_from=R40&_trksid=m570.l1313&_nkw=asus+prime+z270-a&_sacat=0
* 1x intel i3 6300 , 1151 socket
https://www.ebay.co.uk/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=intel+i3+6300+1151&_sacat=0
@holoduke
holoduke / drone
Last active November 12, 2017 23:10
drone fps nice one
----
radio:
* frsky x10s
https://www.banggood.com/FrSky-Horus-X10S-16-Channels-RC-Transmitter-Mode-2-MC12plus-Gimbal-Aluminum-Packaging-p-1197125.html?utm_source=google&utm_medium=cpc_ods&utm_content=Heidi&utm_campaign=mlr-sds-frsky&gclid=Cj0KCQiAlpDQBRDmARIsAAW6-DNCiBPGb1-QKmrUemf7_TzmXzV6N7rnxVFN6HYFTmwvaaEwYhlqNeoaAl6TEALw_wcB
328.08
-----
drone:
* FuriBee X215 PRO 215mm FPV Racing Drone
{ puks:
[ { is_in_goal: false,
was_in_goal: false,
id: '1',
player_id: '319',
x: '-4',
y: '-8',
xRot: '270',
yRot: '0',
zRot: '0',
This is a notification that your application, Football Live Scores, with package ID holoduke.soccer_gen, has been removed from Google Play.
REASON FOR SUSPENSION: Alleged copyright infringement (according to the terms of the Digital Millennium Copyright Act).
All violations are tracked. Serious or repeated violations of any nature will result in the termination of your developer account, and investigation and possible termination of related Google accounts. If your account is terminated, payments will cease and Google may recover the proceeds of any past sales and the cost of any associated fees (such as chargebacks and payment transaction fees) from you.
Please review the Developer Distribution Agreement and Developer Program Policies to ensure your applications are compliant with our policies.
The DMCA is a United States copyright law that provides guidelines for online service provider liability in case of copyright infringement. Click here for more information about the DMCA, and see http://www.google
Reference case : 4-1236000022768
Dear Sir/Madame
This email response is a formal response to a claim of copyright infringement against our Android application: "Football Mania Live Scores" (https://play.google.com/store/apps/details?id=holoduke.soccer_gen)
On the 9th of June 2018, the app was suspended from Google Play. The email received from Google describes that our product is infringing on content similar to the videos found on:
http://www.sport.be/fr/jupilerproleague/video/ and http://www.sport.be/nl/jupilerproleague/video/
The complaint has provided evidence based on wrong or outdated information. The allegation of copyright violation is therefore in dispute, and at present unsupported.
schellingerhouttotaalbouw@gmail.com
Beste Gillis Haasnoot,
 
Hierbij sturen wij onze eerste indicatie, let wel dit zijn grove schattingen.
 
De kosten voor de uitbouw bedragen € 30.000.
Buiten beschouwing gelaten zijn het heiwerk, het staal en de kosten van de constructeur.
 
De kosten voor het groter maken van de berging bedragen € 4.000.
var apn = require('apn');
var log = {
info : function(msg){console.log(new Date()+ " - info - "+msg)},
error : function(msg){console.log(new Date()+" - error - "+msg)}
}
var options = { };
options.gateway = 'gateway.push.apple.com';
options.cert = "aps-prod.pem";