View gist:bd0d4c3e6c8aebc64def64868e35ea20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>You tried to contact Pug.</title> | |
</head> | |
<body> | |
<h1>Ayy Lean-On, Thanks for Contacting Pug Let's Stop Racism.</h1> | |
<p>Whom to Contact: <b><%= data.who %></b></p> | |
<p>Whom to Contact: <b><%= data.email %></b></p> |
View Redirect-Traffic-Script-dak.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var urlToSend = 'https://dak.sh'; // change this shit :3 | |
jQuery(document).ready(function($) { | |
if (window.history && window.history.pushState) { | |
window.history.pushState('forward', null, './#here'); | |
$(window).on('popstate', function() { | |
window.location = urlToSend; |
View main.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Created on July 12th 2017 : 5:30:10 | |
Created by Daksh Miglani. | |
*/ | |
// for turbo cplusplus | |
#include <iostream.h> | |
#include <conio.h> | |
int main() { |
View app.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> // no need of conio file | |
using namespace std; // using namespace of std | |
int main() { | |
return 0; // return function here | |
} |
View idler.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var idler = require('idler'), | |
Obj = { | |
username: 'enter your username in', | |
password: 'enter your password in', | |
gameId: 440 | |
} | |
idler(Obj).then((user) => { | |
console.log("Idling Started"); | |
}).catch(err => { | |
throw err; |
View factorial.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream.h> | |
#include <math.h> | |
int main() | |
{ | |
int d = 0; | |
int q = 1; | |
cout<<"enter number"<<endl; | |
cin>>d; | |
for(int a = 1; a <= d; a++) { |
View factorial.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream.h> | |
#include <math.h> | |
int main() | |
{ | |
int d = 0; | |
int q = 1; | |
cout<<"enter number"<<endl; | |
cin>>d; | |
for(int a = 1; a <= d; a++) { |
View pytorch-cifar.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View gist:2961c3fa173bff4b7f74b668ce04eae1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CSGO Starts, shows a black screen, crashes, nothing happens. | |
SDL video target is 'cocoa' | |
SDL failed to create GL compatibility profile (whichProfile=0! | |
This system supports the OpenGL extension GL_EXT_framebuffer_object. | |
This system supports the OpenGL extension GL_EXT_framebuffer_blit. | |
This system supports the OpenGL extension GL_EXT_framebuffer_multisample. | |
This system supports the OpenGL extension GL_APPLE_fence. | |
This system DOES NOT support the OpenGL extension GL_NV_fence. | |
This system supports the OpenGL extension GL_ARB_sync. | |
This system supports the OpenGL extension GL_EXT_draw_buffers2. |
View gist:f162465b9f384cf2358aa4b590fdae86
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-novid -tickrate 128 -high -refresh 75 -freq 75 +exec autoexec.cfg |
OlderNewer