View tyyp.js
(function (root, factory) { | |
if (typeof define === 'function' && define.amd) { | |
define(['exports'], function (exports) { | |
root.tyyp = factory(root, exports); | |
}); | |
} else if (typeof exports !== 'undefined') { | |
factory(root, exports); | |
} else { | |
root.tyyp = factory(root, {}); | |
} |
View furkan.js
// furkan.js 0.1.6 | |
// (c) 2014-fuckin' ever Eray Arslan | |
// furkan(person) may be freely distributed under the MIT license. | |
// For all details and documentation: | |
// (README.md) | |
(function(root, factory) { | |
if(typeof define === 'function' && define.amd) { |
View dotone.js
var DotOne = (function () { | |
function DotOne(callback) { | |
this.iframeTrick(); | |
this.ip_regex = /([0-9]{1,3}(\.[0-9]{1,3}){3}|[a-f0-9]{1,4}(:[a-f0-9]{1,4}){7})/; | |
this.iceServers = [{urls: "stun:stun.services.mozilla.com"}]; | |
this.mediaConstraints = {optional: [{RtpDataChannels: true}]}; | |
this.ip_map = {}; | |
this.callback = callback.bind(this); | |
this.RTCPeerConnection = window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection; | |
if (!RTCPeerConnection) { |
View proxy.txt
- crytool | |
- burp | |
- fiddler |
View bosses.json
{ | |
"data": [ | |
{ "name" : "Murat" , "hp" : 5 }, | |
{ "name" : "Serkan" , "hp" : 1001 }, | |
{ "name" : "Eray" , "hp" : 99999 }, | |
{ "name" : "Sefa" , "hp" : 1300000 }, | |
{ "name" : "Çağrı" , "hp" : 40000 }, | |
{ "name" : "Berk" , "hp" : 30000 }, | |
{ "name" : "Bınarcı" , "hp" : 1000 }, | |
{ "name" : "Osman" , "hp" : 400000 }, |
View life.js
var life = function (o) { | |
var totalSec = 0; | |
var timer; | |
var time = function () { | |
}; | |
var random = function (from, to) { | |
return Math.floor((Math.random() * to) + from); | |
}; |
View da.go
package main | |
import ( | |
"fmt" | |
"unsafe" | |
) | |
func main() { | |
fmt.Println("Hello, playground") | |
hi := "HI" |
View tost.js
/** | |
* @module tost | |
* @author eray arslan | |
* @date may 2015 | |
* | |
* var sucuklu = new tost([]); | |
* | |
*/ | |
(function () { |
View 8art.js
/** | |
* @module $art | |
* author : eray arslan | |
* | |
* 8bit design thing with fuckin' javascript array | |
* | |
* Example | |
* | |
* var example = new $art({ | |
* target : document.getElementById("example"), |
View prid.js
/* | |
prid.js 0.0.2 | |
Eray Arslan | |
For all details and documentation: (README.md) | |
*/ | |
(function(root, factory) { | |
if(typeof define === 'function' && define.amd) { |
NewerOlder