Hecl download ,but what next? - hecl

I have downloaded Helc from Hecl.org. I have also installed the SUN WTC. What next. Hecl is just in a zip file of 40meg with no extension. What do I do with it.

First of all, you ought to post your questions to the mailing list, because there are different people there who are able to answer. Second, what do you want to do with it? Do you want to write programs for your mobile phone? Then why not follow the tutorial:
http://www.hecl.org/docs/j2me.html#javame_tutorial
If that doesn't work or a step is causing you trouble, let us know on the mailing list and we'll help you figure it out.

Related

How to download CS:GO demo from match sharing code

Since 9/17/2019, Valve provided an API that allows players to give access to third-party websites to download their matchs history.
From this documentation, I have been able to get all my sharing code CSGO-xxxxx-xxxxx..., ready to download the matchs ! But, I didn't find any information about how to download them.
In this page and the last one, we can read Third-party websites and applications can use this authentication code to access your match history, your overall performance in those matches, download replays of your matches, and analyze your gameplay. and This page outlines the basics of creating a website or application to access players match history and help with players statistics tracking and gameplay analysis.. So, I'm pretty sure their might be a way.
Most of all, a famous website, https://csgostats.gg is able to download demos from this sharing code, so...
I know that this code CSGO-xxxxx-xxxxx... code be use like this steam://rungame/730/:steamID:/+csgo_download_match%20CSGO-xxxxx-xxxxx to watch the demo. But my goal is really to download it, to be able to parse it. So, I'm not looking for this way.
So, I'm looking for a way to download a CSGO demo using Valve's access token :
You can download CSGO demo with this link : http://replay131.valve.net/730/xxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx.dem.bz2, but I havn't find a way to convert the sharing code to the demo's name.
I'm not sure if this question should be here or in software engineering ? ...
Alright, I forgot to answer my own question.
Since 4 months, I used this answer : https://www.reddit.com/r/GlobalOffensive/comments/glwlq1/how_to_download_csgo_demo_from_match_sharing_code/fr0f8q5/?utm_source=reddit&utm_medium=web2x&context=3
But, once I got my MatchID, OutcomeID and TokenID, I use boiler-writter to download the .info. Then inside, I can easily find the link of the demo.
CSGO-Demos-Manager (https://github.com/akiver/CSGO-Demos-Manager) can do this. It is written in C#. Unfortunately I have been unable to find any other solution.

Script that refreshes a website on all devices at the same time while developing

Some weeks ago I red about a script at github that will refresh a websites on all devices in the network at the same time while developing on it but I just can't remember the name.
I hope this answer doesn't count to the "this is not a research center forum" category but more I hope that someone might remember it we can share the answer for users that might looking for it too.
Before I get a thousand downvotes, please tell me if this a question at the wrong place (but where else then?)
Meteor has been getting a lot of attention lately, but if all you need is a full page refresh, you could use any pub/sub framework, like Faye, and a few lines of javascript.
Ok, I finally found it again:
https://github.com/marstall/shim

How do I make an google calendar feed in an iphone app?

I Want to implement a calendar in my TabBar application, it is supposed to show a google-calendar that updates it self (or already contains the feed at that moment) on a "new tab".
I couldn't find anything that really helped me so I'm asking it now instead and please give a beginners kind of answer to me.
You've got a fair amount of research ahead of you. You couldn't find anything? Hmm. Search stackoverflow for "google calendar iphone" and check out the first page of hits. After reading up a bit, try coming back with specific questions. It's going to depend a lot on how much control you want over the calendar info.

creating an address textfield like in apple's sms-app

I'm writing an app, where I the user has to be able to select multiple adresses. I wanted to solve this in the same way, apple does when you send an SMS to someone.
You can enter text and it gets surrounded by a blue bubble for each adress selected.
I've already found facebook's tree20-kit, but I can't get it to work because of some linker error I cannot solve.
Is there any other kit out there, that's capable of doing this, or do you have any suggestions on how to create such a textField?
Yours,
Bujtor
Interesting. I don't know of any other open source solutions for this, and I think writing from scratch would be much more time consuming than trying to resolve the linker error. I would recommend spending a few hours and do the following:
Create a new empty application.
Download Three20 and follow the detailed instructions on GitHub for linking the framework.
You should be able to get this to link as many others, including myself, have been able to use this framework.
Sorry this isn't a straight forward answer to your question. I hope it was helpful just the same. Andrew.

Anyone have more details on a XBox 360 Console History Export Project?

Recently, at the Charlotte 2009 Code Camp someone was telling me about a project/product that would export the history of a XBox 360 Console and then create some kind of diary or journal for the XBox.
He didn't really know the details, but he thought it would take the Xbox Console history and then convert it into one of the social networking sites like FaceBook.
So it might look like this:
Chris played "Halo Wars" for 3 hours today... more specific details like score etc.
I didn't see Chris at all today. Hope he stops by soon.
Chris played "Galaxy Wars" for 2 hours today... again even more details.
I don't know for sure it would make it FaceBook content. It could have been a blog, or Twitter, or anything else.
I thought it was a great idea, and I was wanting to check it out, and hoping that it is open source because then I have some ideas of my own.
Either way first I need to find it. And so far all my searching has been for vain.
If you know any more details please share, because I'm sure there are others who are curious now too. :D
Something like what the 360 voice is doing?