I hereby claim:
- I am realhidden on github.
- I am zsomborparoczi (https://keybase.io/zsomborparoczi) on keybase.
- I have a public key ASAgvaOxJlE08JH87oBHY8zfG80bPkDdh6OjQ-QyG3qb0Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is a Linux Benchmark Script based on Geekbench v4.2.3 & Bench.sh.
| function quoted_printable_encode($sText,$bEmulate_imap_8bit=true) { | |
| // split text into lines | |
| $aLines=explode(chr(13).chr(10),$sText); | |
| for ($i=0;$i<count($aLines);$i++) { | |
| $sLine =& $aLines[$i]; | |
| if (strlen($sLine)===0) continue; // do nothing, if empty | |
| $sRegExp = '/[^\x09\x20\x21-\x3C\x3E-\x7E]/e'; |
| #!/usr/bin/env node | |
| var cordova_util = require('cordova/src/util'); | |
| var config_parser = require('cordova/src/ConfigParser.js'); | |
| var projectRoot = cordova_util.isCordova(process.cwd()); | |
| var projectXml = cordova_util.projectConfig(projectRoot); | |
| var projectConfig = new config_parser(projectXml); | |
| projectConfig.name(); | |
| var fs = require ('fs'); |
| #!/bin/bash | |
| # analyze a given file on its | |
| # dependecies using ldd and write | |
| # the results to a given temporary file | |
| # | |
| # Usage: analyze [OUTPUTFILE] [INPUTFILE] | |
| function analyze | |
| { | |
| local OUT=$1 |