CLICK ME
yes, even hidden code blocks!
print("hello world!")
// helper functions | |
// cnf formula exactly one of the variables in the chosen list to be true | |
function ext_one(list) { | |
let temp = "" | |
temp=temp+atl_one(list) | |
temp=temp+atm_one(list) | |
return temp | |
} |
#include<stdio.h> | |
#include<windows.h> | |
int main() | |
{ | |
int i,j; | |
for (i=1; i<6; i++) | |
{ | |
for (j=1; j<6; j++) | |
{ | |
printf("\3 "); //change number \3 to other number for different symbols |
using System.Security.Cryptography; | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
var privatekey = "RN4nog0661VvjzphNg48372t747365mNfSxirueSDYstqsqeQn?="; | |
var skey = "e99308c2e3373fb041775a0c813f397d"; | |
var c = new Program(); | |
var encrypted = c.crypto(skey, privatekey, "encrypt"); |
#!/bin/bash | |
# Shell Script to Update AWS EC2 Security Groups | |
# Note that existing IP rules will be deleted | |
# CONFIG - Only edit the below lines to setup the script | |
# =============================== | |
# AWS Profile Name | |
profile="name1" |
By the way, I'm available for tutoring and code review :)
new Promise
?.then
callback yet?](https://gist.github.com/joepie91/4c3a10629a4263a522e3bc4839a28c83#6-butA curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
import csv | |
import cStringIO | |
import codecs | |
import glob | |
import json | |
import requests | |
def fetch_jsons(): | |
url = ('https://summerofcode.withgoogle.com/api/program/current/project/' |