Hi!
I am considering in using OSProcess to run an external application.
I have tried:
OSProcess waitForCommand: 'ls -l’
but this expression never return a value.
I also tried:
OSProcess command: 'ls -l /etc’
But it returns an ExternalUnixOSProcess. I am not sure what I can do with this. How can I get the result of the unix command?
Sorry if these questions looks naive :-)
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Together with Nicolas we are trying to get all the <script …> … </script> from html files.
We have tried to use XMLDOMParser, but many webpages are actually not well formed, therefore the parser is complaining.
Anyone has tried to get some particular tags from HTML files? This looks like a classical thing to do. Maybe some of you have done it.
Is there a way to configure the parser to accept a broken XML/HTML content?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Am I the only one to experience image freeze? Especially when I load from Monticello.
cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Roassal has a new builder called RTDSM.
It is currently very basic. Here is an example:
dsm := RTDSM new.
dsm objects: RTShape withAllSubclasses.
dsm dependency: #dependentClasses.
produces the following:
Are there some algorithms to find an optimal ordering of the elements to display?
Here is a slightly bigger matrix
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
In progress:
x. Export Google Issues to JSON since we have too many to use the Export
button
x. Create GH access token for Python import script
x. Request GH raise our API rate limit so that script doesn't fall over so
frequently
4. Re-run script to import remaining (almost all) issues
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Moving-Issues-to-GitHub-tp4840767.html
Sent from the Moose mailing list archive at Nabble.com.
Big big issue! I get an error with the BLFormatter or something.
Juraj, how can I manually choose to send spotter data?
I have not tried whether in Pharo 5 I have the same error or not.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
Thanks to Joachim, JNIPort now works on Pharo 5, and Jdt2Famix now works on
Moose 6.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I started writing a basic woden loading tutorial: http://woden.ronie.cl/
Please, bear in mind that this is an early draft, so expect lot of mistakes.
Greetings,
Ronie