Skip to content

Instantly share code, notes, and snippets.

View SirLouen's full-sized avatar
:electron:
Busy on my way to randomness...

Manuel Camargo SirLouen

:electron:
Busy on my way to randomness...
View GitHub Profile
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] KERNEL supported cpus:
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] Intel GenuineIntel
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] AMD AuthenticAMD
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] NSC Geode by NSC
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] Cyrix CyrixInstead
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] Centaur CentaurHauls
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] Transmeta GenuineTMx86
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] Transmeta TransmetaCPU
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] UMC UMC UMC UMC
Jan 24 19:52:34 li124-60 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
__bionic_open_tzdata: couldn't find any tzdata when looking for America/New_York!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 3.2.1-0-bf4f24f2 on Sat Mar 16 23:49:18 2019
(pid 253)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file' does not exist, USB storage mode disabled
TW_INCLUDE_CRYPTO := true
I:Find_File: Error opening '/sys/class/backlight'
<html prefix="og: http://ogp.me/ns#" dir="ltr" class="supports csstransforms3d csstransformspreserve3d gr__picadurapulga_com" data-lt-installed="true" lang="es">
<head>
<meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>Slider Test - Picadura Pulga</title>
<link rel="stylesheet" href="https://picadurapulga-f83a.kxcdn.com/wp-content/cache/min/1/6b486786441372e9210459cb1298dd13.css" data-minify="1">
<meta name="robots" content="noindex,nofollow">
<meta property="og:locale" content="es_ES">
<meta property="og:type" content="article">
<meta property="og:title" content="Slider Test - Picadura Pulga">
<html prefix="og: http://ogp.me/ns#" dir="ltr" class="supports csstransforms3d csstransformspreserve3d gr__picadurapulga_com" data-lt-installed="true" lang="es">
<head>
<meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>Slider Test - Picadura Pulga</title>
<link rel="stylesheet" href="https://picadurapulga-f83a.kxcdn.com/wp-content/cache/min/1/6b486786441372e9210459cb1298dd13.css" data-minify="1">
<meta name="robots" content="noindex,nofollow">
<meta property="og:locale" content="es_ES">
<meta property="og:type" content="article">
<meta property="og:title" content="Slider Test - Picadura Pulga">
function elementor_shortcode_text_left () {
echo do_shortcode( '[elementor-template id="1"]' );
}
add_shortcode('elementor_text_left', 'elementor_shortcode_text_left');
</style><script>window.alert('FlyingPress: Pls enter a valid license key')< /script><style>
function scrape_iframe_with_puppeteer($url) {
try {
$puppeteer = new Puppeteer();
$browser = $puppeteer->launch([
'executable_path' => 'google-chrome-stable',
'args' => ['--no-sandbox', '--disable-setuid-sandbox'],
]);
$page = $browser->newPage();
$page->setUserAgent('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36');
const puppeteer = require('puppeteer-extra');
// Add stealth plugin and use defaults
const {executablePath} = require('puppeteer');
// Launch pupputeer-stealth
puppeteer.launch({
headless: 'new',
executablePath: 'google-chrome-stable',
args: ['--no-sandbox', '--disable-setuid-sandbox', '--lang=en-US']
const puppeteer = require('puppeteer');
(async () => {
const browser = await puppeteer.launch({
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox', '--lang=en-US']
});
const page = await browser.newPage();
@SirLouen
SirLouen / main.c
Created October 30, 2024 16:51
Async Pthreads Test for C
#define _DEFAULT_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
#include <pthread.h>
#include <unistd.h>
#include <time.h>
struct MemoryStruct {