Home
IT HowTo
Mobile
Projects
Imaging
Interesting
About Me
Stefan Michev - personal website
HowTo get the first day of the week in PHP?
The code will return the timestamp of the first date of the current date.
$timestamp = mktime(0, 0, 0, date('m'), date('d') - date('w'), date('Y'));
Search
Most recent
Enable Windows GodMode
Girl do burp
How can you find sql server port number from windows registry
c# use Regular Expressions to validate an email address
The beauty of math
jQuery - How to replace innerHTML of a div using jQuery?
SQL to Grant EXECUTE permission to some Procedure or Function
SQL Server Random Password: Invalid use of a side-effecting operator NEWID within a function.
Could not load file or assembly 'EntityFramework' or one of its dependencies.