Skip to content

Instantly share code, notes, and snippets.

à "OPEN C EU" "OPEN C FR"
/system/lib/libinput.so 5b11e6dbce3028b46378b3cc1b323c14b056ec63 3423e4cdacd7ba4bdc4202d53b5f76df9afb8f34 FAUX
/system/lib/libstagefright_amrnb_common.so 8daf2404b3862f919dd41d9fd566b74204849f4e e3b59b17d9e8804b1e52ed2d7ae4db4c0244fdf0 FAUX
/system/lib/libaudioutils.so a0f1b3cab9c383e54c5ec22027e05722ad1936c7 c1d3a372217453d3ee30801df4c24d43165a3e00 FAUX
/system/lib/libstagefrighthw.so 64c6f093445ef241b901865d0c5a799f565b971b 3b4259278318a3625539dd33b09b7fb34a413abc FAUX
/system/lib/libc2dcolorconvert.so 7d48f8200e756b27f83feda1e2447659e7a960a6 0cff668867964035530eed317819ebac64b500d6 FAUX
/system/lib/libgabi++.so 976d7d46ead31c2de7c88a7498a72bbb1b2d9016 ca18ffede272486fd69775b24c2bc151be31aff0 FAUX
/system/lib/libbluetoothd.so 064b4545e260f75d913291b0f002b4319b06ffc4 48b770cc92b39c92b51d87f43f10b3be6e2b9efd FAUX
/system/lib/libFFTEm.so a35736667b44fa0093e4c0aa413c7f7270a36a53 70e15ab0e64195dbaae8d43a8dd35a9942ab36e6 FAUX
/system/lib/libsparse.so fc1cea4d21b23b652c
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 6 columns, instead of 2. in line 9.
name,OPEN C EU,,OPEN C FR,,
/system/lib/libinput.so,5b11e6dbce3028b46378b3cc1b323c14b056ec63,,3423e4cdacd7ba4bdc4202d53b5f76df9afb8f34,,FAUX
/system/lib/libstagefright_amrnb_common.so,8daf2404b3862f919dd41d9fd566b74204849f4e,,e3b59b17d9e8804b1e52ed2d7ae4db4c0244fdf0,,FAUX
/system/lib/libaudioutils.so,a0f1b3cab9c383e54c5ec22027e05722ad1936c7,,c1d3a372217453d3ee30801df4c24d43165a3e00,,FAUX
/system/lib/libstagefrighthw.so,64c6f093445ef241b901865d0c5a799f565b971b,,3b4259278318a3625539dd33b09b7fb34a413abc,,FAUX
/system/lib/libc2dcolorconvert.so,7d48f8200e756b27f83feda1e2447659e7a960a6,,0cff668867964035530eed317819ebac64b500d6,,FAUX
/system/lib/libgabi++.so,976d7d46ead31c2de7c88a7498a72bbb1b2d9016,,ca18ffede272486fd69775b24c2bc151be31aff0,,FAUX
/system/lib/libbluetoothd.so,064b4545e260f75d913291b0f002b4319b06ffc4,,48b770cc92b39c92b51d87f43f10b3be6e2b9efd,,FAUX
/system/lib/libFFTEm.so,a35736667b44fa0093e4c0aa413c7f7270a36a53,,70e15ab0e64195dbaae8d43a8dd35a9942ab36e6,,FAUX
/system/lib/libsparse.so,fc1cea4d21b23b652c1
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- ZTE open c (kis 3) -->
<remote fetch="git://github.com/CyanogenMod" name="cyanogen"/>
<remote fetch="git://github.com/KonstaT/" name="KonstaT"/>
<project path="device/zte/kis3" name="android_device_zte_kis3" remote="KonstaT" revision="cm-12.1" />
<project path="kernel/zte/msm8610" name="android_kernel_zte_msm8610" remote="KonstaT" revision="cm-12.1" />
<project path="vendor/zte" name="proprietary_vendor_zte" remote="KonstaT" revision="cm-12.1" />
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import youtube_dl
import time
import sys
url = "https://www.youtube.com/watch?v=fiore9Z5iUg"
with youtube_dl.YoutubeDL({'outtmpl': 'video.mp4'}) as ydl:
attempts = 0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import youtube_dl
import time
import sys
url = "https://www.youtube.com/watch?v=fiore9Z5iUg"
with youtube_dl.YoutubeDL({'outtmpl': 'video.mp4'}) as ydl:
attempts = 0
[youtube] fiore9Z5iUg: Downloading webpage
[youtube] fiore9Z5iUg: Downloading video info webpage
ERROR: YouTube said: This video is available in France, French Guiana, Guadeloupe, Martinique, New Caledonia, French Polynesia, Saint Pierre and Miquelon, Réunion, Wallis and Futuna, Mayotte only
error : <class 'youtube_dl.utils.DownloadError'>
We will re-try to get this video in 10s
[youtube] fiore9Z5iUg: Downloading webpage
[youtube] fiore9Z5iUg: Downloading video info webpage
ERROR: YouTube said: This video is available in France, French Guiana, Guadeloupe, Martinique, New Caledonia, French Polynesia, Saint Pierre and Miquelon, Réunion, Wallis and Futuna, Mayotte only
error : <class 'youtube_dl.utils.DownloadError'>
We will re-try to get this video in 10s
AddonManager.getAddonByID("adbhelper@mozilla.org", (addon) => {
console.debug("ADBHelper:", addon);
console.debug("ADBHelper version:", addon.version);
if (addon.version !== "0.8.6" && addon.version !== "0.8.7") {
console.error("ADB Helper addon has wrong version 1");
}
});
me@host:/tmp$ cat temp.c
#include <stdlib.h>
#include <stdio.h>
int main(){
char temp[512] = "06:04,1";
printf("%c %c %c %c\n",temp[0],temp[1],temp[3],temp[4]);
printf("%d %d %d %d\n\n",atoi(&temp[0]),atoi(&temp[1]),atoi(&temp[3]),atoi(&temp[4]));
return EXIT_SUCCESS;
}
-- Génération automatique de classements aléatoires en production, pour les FNS
-- ============================================================================
FUNCTION gen_class_alea_V1_relatif_grp(
o_etablissement_accueil_ins IN VARCHAR2,
o_code_confidentiel_inscription IN NUMBER,
o_c_gp_cod IN NUMBER,
o_g_tg_cod IN NUMBER,
login IN VARCHAR2,
@dattaz
dattaz / count_nb_file_in_dir.c
Created February 19, 2017 09:41
Count number of file in your current path
#include <stdio.h>
#include <sys/types.h>
#include <dirent.h>
int main (void){
DIR *dp;
dp = opendir ("./");
int i=0;
if (dp != NULL){