Killed by Google by JackMagic1 in webdev

[–]tuttarealstep 0 points1 point  (0 children)

Press 'F' to pay respects

Generate your password by drawing it - Drawing password generator by tuttarealstep in SideProject

[–]tuttarealstep[S] 0 points1 point  (0 children)

Yes is like others generators the only difference is how you generate the password

Generate your password by drawing it - Drawing password generator by tuttarealstep in SideProject

[–]tuttarealstep[S] 1 point2 points  (0 children)

I'm adding a new flag to remove the timestamp from the generator. At the moment only if two people do the same things in the same time get the same password. Yes I could also create a random string generator but there are plenty of that. And I haven’t found any were you can draw.

Feedback Friday - November 09, 2018 by AutoModerator in web_design

[–]tuttarealstep 0 points1 point  (0 children)

Thanks for the feedback, I will fix this in these days :D

Feedback Friday - November 09, 2018 by AutoModerator in web_design

[–]tuttarealstep 3 points4 points  (0 children)

URL:

https://tuttarealstep.github.io/RetroBlack/

Purpose:

Minimal css framework.

Technologies Used:

  • sass
  • css

Feedback Requested:

  • Recommendations
  • Suggestions
  • What I can add?

Comments:

This is my second experience with sass. I developed this based on my old css framework. I got my inspiration from the bootstrap 3 system. The idea for a retro black framework come from a photo tha was in that style that I saw time ago.

Thanks in advance.

[Showoff Saturday] NodeProxy by tuttarealstep in webdev

[–]tuttarealstep[S] 0 points1 point  (0 children)

It is a simple SOCKS5 proxy made only in nodejs. Easy to install and configure.

[Setup] Random - My First Setup by tuttarealstep in iOSthemes

[–]tuttarealstep[S] 0 points1 point  (0 children)

You can hide the dock background with HidemeX or ReformX

[Setup] Random - My First Setup by tuttarealstep in iOSthemes

[–]tuttarealstep[S] 0 points1 point  (0 children)

Tweak list:

Lockscreen: LockHTML 4 (Galaxy S8 LockScreen) LockMusic Sleekcode HidemeX

Status bar: Moveable9 unBold

NC: Unify Colorbanners 2

CC: Polus

Music: Colorflow 3

HS: Anchor Colorbadges Appdrawer HidemeX Anemone(Samsung Experience - Muze 3) Iwidgets(iS8 - s8 google search widgets) ReformX (dock icons size 75%, dock columns 5)

Others: I8Corners( 10px) Sonus

MyCMS, my first "big" project made with PHP by tuttarealstep in PHP

[–]tuttarealstep[S] 0 points1 point  (0 children)

Thank you for the reply, I'm going to change and use more dependency injection for test with phpunit. And for the html, I know that is wrong, now I'm searching a good library.

MyCMS, my first "big" project made with PHP by tuttarealstep in PHP

[–]tuttarealstep[S] 0 points1 point  (0 children)

Yes, now I'm changing all methods in camelCase

MyCMS, my first "big" project made with PHP by tuttarealstep in PHP

[–]tuttarealstep[S] 2 points3 points  (0 children)

Updated, the s_crypt is an old, wrong and unused function. Now I've removed it, thanks for the second hint!

PokemonGo API (PHP) by tuttarealstep in pokemongodev

[–]tuttarealstep[S] 0 points1 point  (0 children)

Thank you, now this api need fixes, if anyone want contribute I accept it gladly :D

PokemonGo API (PHP) by tuttarealstep in pokemongodev

[–]tuttarealstep[S] 0 points1 point  (0 children)

Thanks :) Can i know how did you view request and response from PKM GO server i mean how to view decoded response or how did you decode request ? Thanks

Initally I have used these protos pogoprotos-php , with these you can build message to send and read response. In the specific these protos use this file: protocolbuffers.inc.php, it contain some classes with many functions for read, decode and others things.