Tagged Questions
1
vote
2answers
347 views
Automatically convert CSS file to be used on dark backgrounds
I have about 200 CSS files like this:
/**
* GeSHi Dynamically Generated Stylesheet
* --------------------------------------
* Dynamically generated stylesheet for bnf
* CSS class: , CSS id:
* ...
0
votes
3answers
324 views
Invert function: base 38 conversion
Can you tell me how the invert function for the following PHP function is?
<?php
function id2secure($old_number) {
$alphabet_en = '1357902468acegikmoqsuwybdfhjlnprtvxz-_';
$new_number = '';
...