Saturday, November 26, 2005

jartur::2ND

I made cover for LFDC's Second Album ( also non-existing ) :)

Friday, November 25, 2005

Iгнис::War of Clones

Hmm... i'm tired to count diffirent clubs and companies that are called LFDC. It seems that we should get a domain before any of them will do it.

Here is a result of a lazy 3min googling:

L'APPEL DE CTHULHU
La Ferme des Chocobo
Large Family Day Care
LADYFEST DC
Live from (top) Dead Center
Little Flower Development Center
Loughborough Folk Dance Club
La Fuerza del cambio
LINE-X Franchise Development Corporation
Living Fountain Dance Company

Iгнис::Album

Meeeeow! I've made something like an experimental cover for the unexisting album. :-D

Any suggestions?

Monday, November 21, 2005

Iгнис::Brainfuck.

Finaly, I had changed an interpreter a bit, and now it can recieve queries from apache.
So, now we can make dynamic web pages with bf =)
Here goes an
example

Iгнис::Brainfuck web-application

Here you can look at my fisrt brainfuck web-application =)


I wish to make a brainfuck-with-functions, and make an pyhton web implementation for it. =))

Sunday, November 20, 2005

Iгнис::Warning

P.S. to previous Jartur's post.

The scripts where writen for mozilla ffx 1.06
secondary, the where checked for opera.

And they are not supposed to work with #$%#$^$#^$# IE.
IE compatiblity is the last thing i'll think about.

jartur::Art & Psychodelics.,--.,

Check these out :)
http://art.ignis.pp.ru (updated)
http://psycho.ignis.pp.ru
You gonna love it =)

Saturday, November 19, 2005

Iгнис::art-zero

This script generates html with JS code, wich generates the rest of page.

Terrible realization. =)

jartur::Nice.

Our blog is not anymore considered as 'probably spam'.
Finally.
I just would like to know, by what means did Blogger come to concider us as potentially spam-blog? :-\

Iгнис::WebJets

I've decided to make my art script in oop style using python, and trying to keep clear interface.
Then, it should be translated to p6, to become one of WJ-just4fun components. Okay?

Oh shit... there was an another idea... i've lost it.

Friday, November 18, 2005

Iгнис::Subdomains

Ohhhyeah... finaly i've just defeated apache and everydns, and now i'm able to create these damned subdomains

Iгнис::JavaScripts

http://www.activewidgets.com/


Ive found some cute scripts, wich look simular to thouse we can use.

jartur::Refactoring. Automatized.

Shit.
I'm so coooool! =)
I have automatized all the shit.
Now our posts just have different view. =)

jartur::Refactoring. Done. =)

Some refactoring has been made.
Now Ignis and I have different styles of posts =)
Fun, yeah?
Now. I have another great idea... woohahaha...

jartur::Perl 6.My First OOP CGI Script


#!/usr/bin/pugs

# LFDC
# 2005-11-18

use v6;

class CGI
{
has $:header;
# This class has one private field or property.
# $.a means public when $:a means private field.
# When using $.a if you want to make it writeable you should write: has $.a is rw

method setHeader ( $content_type, $charset )
{
$:header = "Content-type:" ~ $content_type ~ "; charset=" ~ $charset ~ "\n\n";
}

method printHeader
{
print $:header;
}

method testSquares
{
print "<html>\n<head>\n<title>Perl6(!) CGI OOP</title>\n</head>\n";
print "<body>\n";
print "<table align=\"center\" width=\"0px\">\n";

my $tr_counter;
my $td_counter;

loop $tr_counter = 0; $tr_counter <= 100; $tr_counter++
{
print "<tr>\n";

loop $td_counter = 0; $td_counter <= 10; $td_counter++
{
print "<td style=\"background-color:" ~ $tr_counter ~ $td_counter ~ $tr_counter ~ "\" width=\"1px\" height=\"1px\">";
print "</td>\n";
}

print "</tr>\n";
}

print "</table>\n";
print "</body>\n</html>\n";

}
}

my $CGIObject = CGI.new;
$CGIObject.setHeader( "text/html", "utf-8" );
$CGIObject.printHeader;
$CGIObject.testSquares;

jartur::Perl6. Thoughts.

Shit.
This language is gonna kill me.
I am too lame to hack in it maybe?
Or I just need some time to manage its features?
( Answer the latter in comments ;) )
I have killed about 3hrs of time to write this script...
Why killed, btw? Spent! Spent with great benefit. =)
And for good of LFDC.
Viva la revolution!

Thursday, November 17, 2005

jartur::WebJets

Hmm... No... Mr. Ignis doesn't want to do smth... He had missed mr. Klenin. Why?
Dunno!
But... who cares? Let's develop, mr. Ignis!
Let's rock, I say!
Let's ROCK!

jartur::LFDC.org

Hmm... it costs just about 130$ for ten yrs.
I thought it has to be more expensive to buy domains :)

jartur::WebJets

We have decided to develop WebJets in perl6.
I think that some other implementations (e.g. a python one) may come out later, but our primary goal now is development in p6.
The fate of the project (whether it begins right away or some time later) will be decided tomorrow (today in fact) by our dear mr. Klenin. =)

Friday, November 11, 2005

jartur::Wilkommen!

This blog is owned by LFDC, the programmers, musicians, writers, poets, artists etc team.
We'll post here everything we consider to be posted here.
Main languages are Russian & English.

HAND!