Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.
| 03:38 < ZenZenFTW> did someone just sneeze? | |
| 04:10 < Ascendrio> I just hear a sneeze | |
| 04:15 < Bruschetta> I entered a map and heard a sneeze from the game | |
| 04:23 < Bruschetta> my osu just sneezed again rEE | |
| 04:23 < FurryTrash> my osu! doesn't sneeze? | |
| 06:12 < Narukiko> did i just hear a sneeze? | |
| 06:12 < Narukiko> sneeze in-game? | |
| 06:47 < Cielo_Day> did i just a hear someone sneeze or..? | |
| 07:37 < -4ourth-> someone sneezed in the game | |
| 07:58 < XeRoHD> does anyone get this sneeze sound effect when someone starts a beatmap? |
| -- usage: just call it in a Lua environment and look for a file called out.txt | |
| -- lists all global variables in a file | |
| function writeAllGlobals() | |
| local file = io.open("out.txt", "w+") | |
| local seen={} | |
| local function dump(t,i) | |
| seen[t]=true | |
| local s={} |
| HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| CurrentVersion REG_SZ 6.0 | |
| CurrentBuildNumber REG_SZ 6002 | |
| CurrentBuild REG_SZ 6002 | |
| SoftwareType REG_SZ System | |
| CurrentType REG_SZ Multiprocessor Free | |
| InstallDate REG_DWORD 0x58ac17aa | |
| RegisteredOrganization REG_SZ | |
| RegisteredOwner REG_SZ WW | |
| SystemRoot REG_SZ C:\Windows |
hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:
If you've spent some time online, you’ve probably come across Zendesk.
Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like support@company.com), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.
Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.