This page is a NO-INDEX summary of comments posted in this blog.
Total 849 Comments (10/34 Pages) - Newer Comments - Older Comments
226. 2019-03-30 08:39:40 ACMer Comments on Easy Rate Limit in PHP using Simple Strategy - An API Example:
Yes, you are right. the sessions are only for browsers. However, you can use the database or other persistent to store the records.
227. 2019-03-30 08:12:10 Mulder Comments on Easy Rate Limit in PHP using Simple Strategy - An API Example:
This is of very limited use for website. If your API is called by anything other than a standard browser, then this approach will not work.
228. 2019-03-29 17:45:59 Renata Comments on Timus 2033. Devices - Python solution (Dictionary):
It is interesting how new ideas of operation are generated, the future is today.
229. 2019-03-28 12:00:11 Damien Rogé Comments on Model-View-Controller Explained in C++:
The View never render anything in your exemple as the Render() function is not the callback given to the model.
Also, the MVC diagram shows no links between the Model and the View, but in your code the is a strong coupling between these two.
Am I misunderstanding something ?
230. 2019-03-27 20:45:07 ACMer Comments on Google Interview Question - Print Message:
Thanks, unfortunately, not, I didn’t proceed to next round i.e. did a few mistakes when I came up with the solution (the pseudo code was not perfect).
The problem is now available at leetcode online judge i.e. Logger Rate Limiter - whic you are welcome to challenge yourself.
231. 2019-03-07 11:44:55 Matrix Sniper Comments on Tips For Keeping Your VPS Flawless:
very useful post. I like the post very nice.
232. 2019-02-22 16:30:29 ACMer Comments on The FizzBuzz Example in Magik Programming Language:
Hi thanks for the comment, currently this extension is under development and not public. - only in GE.
233. 2019-02-22 15:49:38 Ricardo Pereira Comments on The FizzBuzz Example in Magik Programming Language:
Hi,
Can you detail which vscode extension are you talking about?
The Smallworld Magik extension (Siamak Zolghadri) does not have the Ctrl+F7 shortcut to compile the code into the vscode terminal.
234. 2019-02-20 22:25:32 ACMer Comments on The SteemIt - Advanced Steem Account Transfer Viewer:
Check this: https://steemit.com/witness-category/@justyy/steem-wallet-tool-upgrade-you-can-specify-counter-and-interval
235. 2019-02-20 20:41:39 ACMer Comments on The SteemIt - Advanced Steem Account Transfer Viewer:
Thanks, will add auto features soon.
236. 2019-02-20 03:24:30 Ecoinstar Comments on The SteemIt - Advanced Steem Account Transfer Viewer:
I want to use this to total transfers between me and magic dice. Even just exporting as csv would facilitate this. Great tool.
237. 2019-02-11 08:13:03 ACMer Comments on How to Download Instagram Videos using PHP and Javascript?:
Then try this: https://weibomiaopai.com/download-video-parser.php
238. 2019-02-11 07:33:08 Mr. Alexsparrow Comments on How to Download Instagram Videos using PHP and Javascript?:
Thanks for the review, I like to download video from instagram, without apps.
239. 2019-02-10 14:44:00 Biff Comments on PHP Script to Execute MySQL statements in a text file:
define('DB_USER', 'DB_USER';
->
define('DB_USER', 'DB_USER');
240. 2019-02-07 13:34:17 Epson connect printer setup Comments on How to Make Printer a Fax using Epson Connect ?:
Either way, just check your printer’s alignment. But do so after turning off your printer and unplugging it. You've been warned.
241. 2019-01-27 19:27:18 ACMer Comments on C++ Object Method Chaining:
yes, you are right. easy fix!
242. 2019-01-27 19:19:48 Dora Comments on C++ Object Method Chaining:
Print function has return value *Raise , if you try to call its member function it's gonna give you segmentation fault. Fix this code 😐
243. 2019-01-25 10:22:55 Liam Comments on Model-View-Controller Explained in C++:
Could you explain what the function pointers are doing here? I'm having trouble understanding 1: the typedef syntax in common.h and 2: the purpose of the function pointer in mvc.cpp (and wherever else it is used).
244. 2019-01-21 21:28:28 ACMer Comments on How to Cache Audio/Video (*.mp4) (Static Resources) using CloudFlare CDN?:
Yes, it works fine. The video will be cached in the cloudflare edge nodes.
245. 2019-01-21 19:08:41 IulianB Comments on How to Cache Audio/Video (*.mp4) (Static Resources) using CloudFlare CDN?:
Hi,
This is still working in 2019? I tried for mp3 and still is playing like is "live streaming" 🙁
246. 2019-01-15 21:42:36 Amrita Comments on How to Solve 'Mobile Data Disconnected' on HTC One M9?:
Still doesn’t work.
247. 2019-01-10 19:23:33 Tom Wanner Comments on Processing Example - Draw a ChessBoard:
How do I make a checker board only using turtle graphics and java.awt and keyboardreader .
248. 2019-01-01 19:19:22 ACMer Comments on Quick Tutorial to 64-bit Tablacus Scripting Control:
I think so.
249. 2019-01-01 18:05:28 Acton Ellis Comments on Quick Tutorial to 64-bit Tablacus Scripting Control:
The MSScriptControl is single threaded. Does the Tablacus Scripting Control also have this limitation?
250. 2018-12-25 05:30:06 anks Comments on How to Solve 'Mobile Data Disconnected' on HTC One M9?:
thanks man. Worked too
Newer Comments - Older Comments
–EOF (The Ultimate Computing & Technology Blog) — 46 words