New answers tagged php
4
votes
Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET
Portability
The clear_screen function is terrific. You partitioned the code
into a function which also supports multiple operating systems.
And you clearly ...
3
votes
Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET
Actually, let me put this as an answer. The fastest code is code you don't write at all. So why don't convert the PNG's once and host them as text on your server? Then the client is much simpler and ...
8
votes
Accepted
Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET
I first tried to fetch an image via my browser just to see what I would be displaying, but I am currently getting redirected. I will certainly try again later and I may have more to say when I am able ...
2
votes
Using a dynamic custom 404 template in Laravel
I didn't catch any vulnerability, but there are a couple of suggestions you might find useful.
The biggest concern I see in your code is that your controllers methods have too much responsibilities. I'...
Top 50 recent answers are included
Related Tags
php × 4268object-oriented × 651
mysql × 579
security × 391
pdo × 327
performance × 297
laravel × 256
mysqli × 245
html × 240
beginner × 238
array × 220
mvc × 203
sql × 194
php5 × 186
javascript × 181
authentication × 157
validation × 125
design-patterns × 118
form × 111
wordpress × 111
ajax × 109
jquery × 105
session × 95
classes × 94
database × 92