Search found 372 matches
- Tue Feb 28, 2017 8:03 pm
- Forum: Site Feedback, Questions and Suggestions
- Topic: youtube tag
- Replies: 1
- Views: 6902
Re: youtube tag
The problem is fixed! To avoid confusion with http, https, youtu.be shorten url and aditional parameters in url, the youtube bbcode syntax was changed. Exemple: If you want to embed the following video: https://www.youtube.com/watch?v=ffHLIZh0PHg You just need to put the Video ID inside the bbcode t...
- Wed Nov 02, 2016 11:00 pm
- Forum: Calculator Hacking/Modding Discussions
- Topic: G1M Format - E-Activities - Unknown Line Types
- Replies: 5
- Views: 16207
Re: G1M Format - E-Activities - Unknown Line Types
In EactMaker project we just explored Note strips. According to my experience, strips inside strips is something that is not possible. This function does not seem to be implemented. I think this limitation is related to the way who the OS deal with strips. The only " hidden feature " that ...
- Tue Nov 01, 2016 11:25 pm
- Forum: Calculator Hacking/Modding Discussions
- Topic: G1M Format - E-Activities - Unknown Line Types
- Replies: 5
- Views: 16207
Re: G1M Format - E-Activities - Unknown Line Types
Please upload the file "FlyingFish.g3e" somewhere, for I (or other person) check .
- Tue May 31, 2016 9:43 am
- Forum: Casio fx-9860 SDK
- Topic: New to casio, need help with text program please!
- Replies: 9
- Views: 31382
Re: New to casio, need help with text program please!
HexDump is a command line utility that replace special characters in your txt files with hex codes. It works with fx9860g too (note that some characters do not exist in mini font).
There is also an editor with GUI. The link was broken, but its fixed.
There is also an editor with GUI. The link was broken, but its fixed.
- Sun May 29, 2016 11:13 pm
- Forum: Casio fx-9860 SDK
- Topic: New to casio, need help with text program please!
- Replies: 9
- Views: 31382
Re: New to casio, need help with text program please!
Inside Noteview - TXT reader for Prizm package you will find an executable called HexDump.exe as well as a readme file with usage instructions.
- Sun May 08, 2016 7:29 pm
- Forum: General
- Topic: Transfer images to Casio fx-cp400
- Replies: 5
- Views: 20395
Re: Transfer images to Casio fx-cp400
There was no feedback at the time and I ended up forgetting the program. So far I found nothing.
I will try to do a more intensive search but do not promise anything.
I will try to do a more intensive search but do not promise anything.
- Sun Mar 27, 2016 1:19 am
- Forum: Site Feedback, Questions and Suggestions
- Topic: Signup Captcha problem
- Replies: 1
- Views: 9980
Re: Signup Captcha problem
Looks like that PlayThru discontinued his captchas service recently.
I switched to Recaptcha. I'm not sure if it will be as effective but I will give a chance. Registration is working again.
Thanks for reporting.
I switched to Recaptcha. I'm not sure if it will be as effective but I will give a chance. Registration is working again.
Thanks for reporting.
- Tue Sep 29, 2015 10:52 pm
- Forum: Site Feedback, Questions and Suggestions
- Topic: Gmail complains about bulk email
- Replies: 2
- Views: 13577
Re: Gmail complains about bulk email
Thanks for the report.
I followed some of the suggestions from that page and I added an SPF record and DKIM signature to the server. I hope this solves the problem. If the emails continue to go to the spam box, try to mark them as safe.
I followed some of the suggestions from that page and I added an SPF record and DKIM signature to the server. I hope this solves the problem. If the emails continue to go to the spam box, try to mark them as safe.
- Sun Aug 30, 2015 1:55 am
- Forum: General
- Topic: Using SH7305 peripheral modules
- Replies: 27
- Views: 77102
Re: Using SH7305 peripheral modules
SimonLothar wrote:Seems to be default, indeed.
This was not supposed to happen (by default). Probably this definition was accidentally overwritten in an update or stopped working. I'll check as soon as possible.
- Tue Jun 09, 2015 5:00 pm
- Forum: Calculator Hacking/Modding Discussions
- Topic: CP400 .VCP program format
- Replies: 5
- Views: 20806
Re: CP400 .VCP program format
Some ASCII-hex coded numbers need special treatment in the checksum calculation. Below is an example for the file t1-(Program).xcp: t1-(Program).xcp 56 43 50 2E 58 44 41 54 41 00 35 66 34 64 34 33 | VCP.XDATA. 5f4d43 35 33 30 35 6D 61 69 6E 00 30 33 74 31 00 30 30 | 5305 main. 03 t1. 00 30 30 30 30 ...