Skip to content

Instantly share code, notes, and snippets.

View ekstrah's full-sized avatar
🎯
'<script'>thakjlsadf

Dongho Kim ekstrah

🎯
'<script'>thakjlsadf
View GitHub Profile
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
@ekstrah
ekstrah / index.html
Created February 28, 2021 02:12
Machine Gun Text Effect w/ GSAP JS
<link href='//fonts.googleapis.com/css?family=Asap:400,700' rel='stylesheet' type='text/css'>
<div id="demo"></div>
<h2>special features</h2>
<ul>
<li>Duration of each word's animation is based on character count giving you more time to read longer words</li>
<li>Last word in sentence stays on screen longer</li>
<li>Pause added after each sentence</li>
<!-- <li><a href="https://codepen.io/GreenSock/pen/sxdfe">new version that groups words</a> -->
</ul>
@ekstrah
ekstrah / test.html
Created August 2, 2020 15:50
debug.html file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>AP Fleet (FMS)</title>
<link href="css/styles.css" rel="stylesheet" />
@ekstrah
ekstrah / index.html
Created July 30, 2020 13:05
gridstack.js based dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>AP Fleet (FMS)</title>
<link href="css/styles.css" rel="stylesheet" />
@ekstrah
ekstrah / a.css
Created February 7, 2020 09:40
Justtemp css
.container {
height: 400px;
width: 600px;
background-color: #1F282D;
margin: 0 auto;
border-radius: 25px;
}
h1 {
text-align: center;
@ekstrah
ekstrah / exploit_apache_mod.c
Created December 8, 2019 14:50
apache and mod_ssl vulnerability
/*
* E-DB Note: Updated exploit ~ https://www.exploit-db.com/exploits/47080
* E-DB Note: Updating OpenFuck Exploit ~ http://paulsec.github.io/blog/2014/04/14/updating-openfuck-exploit/
*
* OF version r00t VERY PRIV8 spabam
* Compile with: gcc -o OpenFuck OpenFuck.c -lcrypto
* objdump -R /usr/sbin/httpd|grep free to get more targets
* #hackarena irc.brasnet.org
*/
@ekstrah
ekstrah / analze_gprof.py
Created September 19, 2019 18:28
help needed
#!/usr/bin/python3
from os import listdir
from os.path import isfile, join
from statistics import mean
import re
import numpy
def write_to_file(psnr_avg_dict):
with open("psnr_avg_out.log", 'w') as the_file:
for i in psnr_avg_dict:
@ekstrah
ekstrah / profile.txt
Created September 19, 2019 14:22
gprof profile
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
11.73 3.96 3.96 11911698 0.00 0.00 ff_h264_decode_mb_cabac
9.86 7.29 3.33 42916617 0.00 0.00 get_cabac
7.64 9.87 2.58 12308304 0.00 0.00 hl_decode_mb_simple_8
7.11 12.27 2.40 13323866 0.00 0.00 mc_part_420_simple_8
7.08 14.66 2.39 12038799 0.00 0.00 await_references
@ekstrah
ekstrah / all.css
Created July 24, 2019 13:10
libertas legion css files
/*!
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;