Skip to content

Instantly share code, notes, and snippets.

View ibrahimcesar's full-sized avatar
☁️
Learn and Be Curious

Ibrahim Cesar ibrahimcesar

☁️
Learn and Be Curious
View GitHub Profile
@ibrahimcesar
ibrahimcesar / root.sh
Created October 27, 2016 09:57 — forked from Arinerron/root.sh
"Root" via dirtyc0w privilege escalation exploit (automation script) / Android (32 bit)
#!/bin/bash
# Give the usual warning.
clear;
echo "[INFO] Automated Android root script started.\n\n[WARN] Exploit requires sdk module \"NDK\".\nFor more information, visit the installation guide @ https://goo.gl/E2nmLF\n[INFO] Press Ctrl+C to stop the script if you need to install the NDK module. Waiting 10 seconds...";
sleep 10;
clear;
# Download and extract exploit files.
echo "[INFO] Downloading exploit files from GitHub...";

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@ibrahimcesar
ibrahimcesar / how-ai-enhanced-journalism.md
Created January 8, 2020 01:29
Resources from my talk about AI and ML's role in journalism 🗞

How AI is Enhancing Journalism

🖥 PDF Slides 📝 Abstract

Bots

🤖 Heliograf from The Washington Post
A robot reporter that produced around 850 articles in its first year and earned The Post an award for its “Excellence in Use of Bots” from its work on the 2016 US election coverage.

@ibrahimcesar
ibrahimcesar / how-ai-enhanced-journalism.md
Created January 8, 2020 01:29
Resources from my talk about AI and ML's role in journalism 🗞

How AI is Enhancing Journalism

🖥 PDF Slides 📝 Abstract

Bots

🤖 Heliograf from The Washington Post
A robot reporter that produced around 850 articles in its first year and earned The Post an award for its “Excellence in Use of Bots” from its work on the 2016 US election coverage.

@ibrahimcesar
ibrahimcesar / machine.js
Last active January 23, 2020 14:24
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@ibrahimcesar
ibrahimcesar / projects.gif
Last active October 22, 2021 18:05
Projetos
projects.gif
@ibrahimcesar
ibrahimcesar / work.gif
Last active February 27, 2022 14:02
Experiência
work.gif
@ibrahimcesar
ibrahimcesar / writing.gif
Last active March 15, 2021 22:36
Escrita
writing.gif
defaults write com.apple.desktopservices DSDontWriteNetworkStores true