View HueBridgeDiscovery.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Threading; | |
using System.Threading.Tasks; | |
using Q42.HueApi; | |
/// <summary> | |
/// Some Hue Bridge Discovery approaches using the Q42.HueApi |
View ProcessAsyncHelper.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Text; | |
using System.Threading.Tasks; | |
/// <summary> | |
/// Process helper with asynchronous interface | |
/// - Based on https://gist.github.com/georg-jung/3a8703946075d56423e418ea76212745 | |
/// - And on https://stackoverflow.com/questions/470256/process-waitforexit-asynchronously | |
/// </summary> |
View BcryptNetCostCalculator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace BcryptPerformanceTestCSharpDotNet | |
{ | |
using System; | |
using System.Diagnostics; | |
using BCrypt.Net; | |
/// <summary> | |
/// C# BCRYPT.Net cost calculator | |
/// You will need BCrypt.Net-Next Nugget: https://www.nuget.org/packages/BCrypt.Net-Next/ | |
/// </summary> |
View bcrypt_cost_calculator.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Password BCRYPT Hash Cost Calculator for NodeJS | |
* | |
* Just upload this script to your server and run it. | |
* | |
* You should choose a cost that will take at least 100ms (500ms preferably) | |
* | |
* Uses bcrypt.js from https://github.com/dcodeIO/bcrypt.js | |
*/ | |
const { performance } = require('perf_hooks'); |
View argon2_benchmark.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Password Argon2 Hash Benchmark | |
* Argon2 is available since PHP 7.2 | |
* | |
* Just upload this script to your server and run it, either through CLI or by calling it in your browser. | |
* | |
* See Argon2 specs https://password-hashing.net/argon2-specs.pdf chapter 9 Recommended Parameters | |
*/ | |
// Upper time limit to check |
View bcrypt_cost_calculator.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Password BCRYPT Hash Cost Calculator | |
* | |
* Just upload this script to your server and run it, either through CLI or by calling it in your browser. | |
* | |
* You should choose a cost that will take at least 100ms | |
*/ | |
// Upper time limit to check |
View LanguageMatch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* LanguageMatch | |
* Based on https://gist.github.com/christianseel/504302ce8ddfcde009c0 | |
* Original code by http://stackoverflow.com/a/3771447 | |
* | |
* Udated by Indigo74 for prefix/suffix and default context | |
*/ | |
define('CONTEXT_PREFIX', 'web-'); |
View Spreadsheet_Excel_Writer and OLE contributors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spreadsheet_Excel_Writer package - https://pear.php.net/package/Spreadsheet_Excel_Writer | |
+---------------------------+--------------+-------------------------------------+------------------------------+----------------------------------------------------+----------------------------------+-----+ | |
| Name | Github login | User page | Public email | Why | Github contribution | OK | | |
+---------------------------+--------------+-------------------------------------+------------------------------+----------------------------------------------------+----------------------------------+-----+ | |
| Carsten Schmitz | | https://pear.php.net/user/cschmitz | | Listed as Lead in Pear | | [ ] | | |
| Alexey Kopytko | sanmai | https://pear.php.net/user/sanmai | |
View PhpExcel contributors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHPOffice/PhpExcel contributors with at least 10 additions to the repository | |
+------------------+--------------------------------+-------------------------------------+-----+ | |
| Github user name | User page | Github contribution | OK | | |
+------------------+--------------------------------+-------------------------------------+-----+ | |
| Progi1984 | https://github.com/Progi1984 | 50 commits / 54643 ++ / 52159 -- | [ ] | | |
| Slamdunk | https://github.com/Slamdunk | 11 commits / 127 ++ / 88 -- | [ ] | | |
| ddeboer | https://github.com/ddeboer | 1 commits / 10 ++ / 10 -- | [ ] | | |
| kea | https://github.com/kea | 1 commits / 65 ++ / 2 -- | [ ] | |
View PhpSpreadsheet contributors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHPOffice/PhpSpreadsheet contributors with at least 10 additions to the repository | |
+------------------+-----------------------------------+-------------------------------------+-----+ | |
| Github user name | User page | Github contribution | OK | | |
+------------------+-----------------------------------+-------------------------------------+-----+ | |
| tomaszsita | https://github.com/tomaszsita | 1 commits / 18 ++ / 4 -- | [ ] | | |
| titanrat | https://github.com/titanrat | 4 commits / 3935 ++ / 2983 -- | [ ] | | |
| z38 | https://github.com/z38 | 1 commits / 42 ++ / 42 -- | [ ] | | |
| frans-beech-it | https://github.com/frans-beech-it | 1 commits / 1082 ++ / 1065 -- | [ ] | |
NewerOlder