Posts

Showing posts from April, 2024

Well, I spoke too soon about GitHub...!

...but, really, all this security is confounding, isn't it,? let's start where i started off at age 19(first time learning on my own, not just watching my father....) this is Hello, World in 'C', not C++. it has an error. int main(int args* []){ printf("Hello, World/n"); return (0); } /* this is in C, not C++' */ int main(args[]){

GitHub unusable. Download what you can

yeah, it looked like it had to happen. The crook, Bill Gates, has made Github.com so restricted that its unusable.maybe if i remember my password i can still get in. This is reprehensible, but, interestingly, gives us an opportunity to write our own code...... import android.content.*; editAPI.addEditorButton("share", new Runnable() { public void run() { Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, codeEditText.getText().toString()); sendIntent.setType("text/plain"); ctx.startActivity(sendIntent); } }); ---::this is somebody'Android code. they(i didn't write this) were interested in jailbreaking thier tablet... if you find this useful as it goes along, consider leaving a tip...! my PayPal email is larryfraz@yahoo.com