#binaryage
Explore tagged Tumblr posts
Text
1010100 1100101 100000 1100001 1101101 1101111 100001
function binaryAgent(str) {
let code = [];
for (let i = 0; i < str.length; i++){ code.push(str.charCodeAt(i)) }
function binadec(num){
let mod = [];
while( num >= 1){
mod.push(num % 2);
num = Math.floor(num / 2); }
return mod; }
let res = [];
for (let i = 0; i < code.length; i++){
res.push(binadec(code[i])) }
return res.map(el => el.reverse().join("")); } console.log(binaryAgent("Te amo!"));
The Weeknd - Sacrifice (2022)
840 notes
·
View notes
Photo
function binaryAgent(str) { return str.split(/\s/g).map(function(b){ return String.fromCharCode(b.split('').reverse().reduce(function(p,n,i,a){ return (((2**i)*n)+p); }, 0)); }).join(''); } binaryAgent("01000001 01110010 01100101 01101110 00100111 01110100 00100000 01100010 01101111 01101110 01100110 01101001 01110010 01100101 01110011 00100000 01100110 01110101 01101110 00100001 00111111");
0 notes
Text
webdev | jquery debuging extension for firebug
Je vous parlais il y a quelques jours de XRefresh de binaryAge, eh bien ces petits malin n'ont pas fait que ça ... et ben non !
Ils ont aussi écrit un débuger pour JQuery sous forme d'extension pour firebug. Ca s'appelle firequery.
Et ce n'est pas tout ils ont aussi fait une autre extension pour ajouter de la coloration syntaxique dans firebug, et ça s'appelle firerainbow.
Merci binary Age de nous rendre la vie si belle :)
4 notes
·
View notes
Text
TotalFinder Review
TotalFinder is in a nutshell, the normal Finder with tabs. However, looking closer into it, there is some more features that may or may not be of any use to you. Of course, the first one is tabbed browsing. The tabs are the much-loved Chrome-esque type, which makes going through your computer, a breeze to navigate. The next function is Cut and Paste. This is the drag and drop function, only much faster. It proves to be useful when copying large amounts of files, as some older Macs experience movement lag when dragging-and-dropping. The very useful option for fans of the drag-and-drop, is Dual Mode. This enables you to have two Finder windows, in one Finder window, if that makes any sense. It gives you the ability to easily drag and drop files without having to move windows. My favorite personal feature is the Visor. The Visor allows you to be in ANY application, have the Finder open at any time, in a way similar to the in-game console from id Software's Quake (classic...) Now we are going to move on to the features, that may or may not, be of any use to you. The first one, is very simple and easy to explain. (actually, both of them are easy to explain.) Anyway, the first of two, is the ability to show system files. This is NOT recommended for the average user as you may have a risk of messing something up. For power users, move right on ahead. This kind of a NOT needed feature, as it's really only needed for tinkerers and the aforementioned power users. The next one on the list is a simple one, it just lets you have the folders on top of the files, which makes it easier to access the folders you need without having to look through all your files.
Well, there's my review. There's actually much to say about TotalFinder :) But, it does prove to be useful to your average Mac user, or even your advanced user.
I give it a rating of... 9.6/10.
TotalFinder is truly a great piece of software for the Mac platform, and I hope more awesome features get added in the future, so my rating is actually kinda incomplete. Thank you to Antonin Hildebrand at BinaryAge for this plug-in (yes, it's a plug-in.)
And that's the end to my review! I hope you enjoyed reading, and I will make more reviews in the future, so watch out for those.
1 note
·
View note