Skip to content

Instantly share code, notes, and snippets.

View affandhia's full-sized avatar
💭
Frontend Enthusiast

Affan Dhia Ardhiva affandhia

💭
Frontend Enthusiast
View GitHub Profile
@affandhia
affandhia / AuthyToOtherAuthenticator.md
Created February 29, 2024 14:17 — forked from gboudreau/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy
alert();
{ var x : integer
proc a
{ ;
x := 14
put "in proc a - x ",x
} ;
put "before calling - proc standard "
a
put "after calling x ",x
if x=14 then
import requests
import re
import sys
import time
import datetime
import hashlib
LOGIN_URL = 'http://harun.net/login'
clear = lambda : print("\033[H\033[J")
@affandhia
affandhia / login.py
Last active September 22, 2018 17:47
import requests
import re
import sys
import time
import datetime
import hashlib
LOGIN_URL = 'http://harun.net/login'
clear = lambda : print("\033[H\033[J")
import requests
import re
import sys
import time
import datetime
import hashlib
LOGIN_URL = 'http://harun.net/login'
clear = lambda : print("\033[H\033[J")
import requests
import re
import sys
import hashlib
LOGIN_URL = 'http://harun.net/login'
sess = requests.Session()
def isLoggedIn():
import requests
import re
import hashlib
LOGIN_URL = 'http://harun.net/login'
sess = requests.Session()
def isLoggedIn():
getPage = sess.get(LOGIN_URL)
using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Collections.Specialized;
public class Program
{
public static void Main()
{% extends "base_new.html" %}
{% load static %}
{% block css %}
<link rel="stylesheet" href="{% static 'css/page__vacancy.css' %}">
{% endblock %}
{% block main %}
<div class="container page__container">
<div class="row page__header mb-4">