Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Darl181

Pages: 1 ... 12 13 [14] 15 16 ... 253
196
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 11, 2013, 02:22:15 am »
^Same :D

Changed a few colors to fit forum default theme:
Spoiler For Spoiler:
@-moz-document url("http://omnomirc.www.omnimaga.org/") {

A:link, A:visited, A:hover, A:active {
    color: #0025AA !important;
}

#ChanList {
    box-shadow: inset 0 -2px #dfefff, inset 0 -3px rgba(0, 0, 0, 0.3) !important;
}

#ChanListButtons {
    padding-bottom: 2px !important;
    margin-right: 2px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.chanList {
    margin-right: -5px !important;
}

td.chan {
    border-radius: 4px 4px 0 0 !important;
    padding: 2px 2px 2px 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-bottom: none !important;
    background: rgba(100,150,255,0.3) !important;
}

td.curchan {
    padding: 4px 6px 2px 6px !important;
    border-radius: 4px 4px 0 0 !important;
    background-color: transparent !important;
    border: solid 1px rgba(0, 0, 0, 0.3) !important;
    color: black !important;
    font-weight: normal !important;
    border-bottom: 1px solid #dfefff !important;
}

td.chan:hover {
    background-color: rgba(100,150,255,0.5) !important;
}

.uName-19 {
    color: #000000 !important;
}
.uName-20 {
    color: #800000 !important;
}
.uName-22 {
    color: #551955 !important;
}
.uName-24 {
    color: #AA5500 !important;
}
.uName-25 {
    color: #008000 !important;
}
.uName-26 {
    color: #195555 !important;
}
.uName-27 {
    color: #006060 !important;
}
.uName-28 {
    color: #000080 !important;
}
.uName-29 {
    color: #606060 !important;
}

}

197
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 10, 2013, 11:50:00 pm »
I was asked to post this. It's a bit of CSS that tweaks parts of omnomirc a bit (prolly still WIP). It's hard-coded to fit the V5-Retro theme, so some colors (box-shadow, rgba, maybe some others) might need to be tweaked to match.

Also some colored nickname colors that aren't as bright :P Most of it's personal preference, tho

(made for Stylish for fx, but it should work in chrome too if you copy the url or something.

(image)

Spoiler For Stylish Code:
@-moz-document url("http://omnomirc.www.omnimaga.org/") {

A:link, A:visited, A:hover, A:active {
    color: #0025AA !important;
}

#ChanList {
    box-shadow: inset 0 -2px #dfdfdf, inset 0 -3px threedshadow !important;
}

#ChanListButtons {
    padding-bottom: 2px !important;
    margin-right: 2px !important;
    border-bottom: 1px solid threedshadow !important;
}

.chanList {
    margin-right: -5px !important;
}

td.chan {
    border-radius: 4px 4px 0 0 !important;
    padding: 2px 2px 2px 2px !important;
    border: 1px solid threedshadow !important;
    background: rgba(50,50,150,0.2) !important;
}

td.curchan {
    padding: 4px 6px 2px 6px !important;
    border-radius: 4px 4px 0 0 !important;
    background-color: transparent !important;
    border: solid 1px rgba(0, 0, 0, 0.3) !important;
    color: black !important;
    font-weight: normal !important;
    border-bottom: 1px solid #dfdfdf !important;
}

td.chan:hover {
    background-color: rgba(50,50,150,0.3) !important;
}

.uName-19 {
    color: #000000 !important;
}
.uName-20 {
    color: #800000 !important;
}
.uName-22 {
    color: #551955 !important;
}
.uName-24 {
    color: #AA5500 !important;
}
.uName-25 {
    color: #008000 !important;
}
.uName-26 {
    color: #195555 !important;
}
.uName-27 {
    color: #006060 !important;
}
.uName-28 {
    color: #000080 !important;
}
.uName-29 {
    color: #606060 !important;
}

}

198
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 10, 2013, 01:11:25 pm »
5133: You know OmniNET lets you have nicknames longer than 8 chars
5134: You only use 8 chars anyway because TI8X program names
5135: You check the print page so much that when you type P this is the first option*
5136: You do this with omnomirc

Spoiler For image may or may not load:

*followed by Peanuts! and Pixelscape

199
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 09, 2013, 08:50:41 pm »
Yeah, chrome doesn't seem to know what to do with RSS unless there's an extension installed apparently. Anyway there's no coding required :P
https://en.wikipedia.org/wiki/Rss

Basically it's like a live bookmark - instead of taking you to a site it displays a menu or list of the most recent <insert item here>.  For that specific one it's posts. Every once in a while (iirc you can set the refresh time yourself) it updates the list, and alerts new items.
Ticalc.org has a bunch of them as well, for files, news, etc.

(I'd make a sign about it, but there's already #2046 :P)

200
News / Re: Updates and Fixes
« on: May 09, 2013, 08:23:05 pm »
Looking good :)

For the statsgraph, is it planned to show the time (years/months labelled or something)?

201
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 09, 2013, 07:31:46 pm »
What might be useful is using the rss feed with an extension like this or something, instead of refreshing the entire page. Prolly less intensive on both the server and the browser ;)

202
New version doesn't run for me, in either 6 or 7 :/  The window opens and has the fields and everything, it just doesn't play.
Spoiler For terminal output:
lobster4breakfast@meridian:~/Music$ java -jar PMusic.jar
Exception in thread "main" java.lang.NoSuchMethodError: javax.sound.midi.MetaMessage.<init>(I[BI)V
   at com.up.pmus.Main.changeSeed(Main.java:260)
   at com.up.pmus.Main.setupStuff(Main.java:235)
   at com.up.pmus.Main.main(Main.java:51)
Edit: verbose paste from irc http://pastebin.com/tnaAZCWg

203
General Discussion / Re: Favorite Music
« on: May 08, 2013, 10:51:51 pm »
 - Misc. Homestuck music
 - Video game bgms (also misc)

Kind of different I guess :P
Genres are all over the place, varies from day to day.

Don't really listen to big artists/bands/etc too much, except for radio in the car or something.

204
TI Z80 / Re: [TI-Concours] Mister Oops!!
« on: May 08, 2013, 03:19:30 am »
Seems like adding 2012 to the beginning works :)
http://2012.ti-concours.com/programmes/1338648533/MrOops%20exec.zip

205
TI Z80 / Re: IES: online Axe, BASIC, and Grammer editor
« on: May 07, 2013, 08:30:09 pm »
Not sure how long it's been like this, but is there a reason it's set to 300 pixels high instead of filling the screen? :/
Screenie: https://ubuntuone.com/3klprn6NJidjSTabzMVMUR

Edit: also why does it always say new_1 in the page title? 0.o

206
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 07, 2013, 03:35:49 pm »
Not sure if this has been asked for before, but would it be possible to bring omnicalc's line-clearing behavior to the program editor?
What it does is if you go to the middle of a line and press clear, it only clears after the cursor.

207
Axe / Re: Axe Programming
« on: May 06, 2013, 02:24:13 pm »
Just did a little test program.

.TEST

"BLARG"→Str1
.Str1 is data to be copied

"prgmSTORE"→Str2
.Str2 is program to be searched for

GetCalc(Str2)→P
.P is pointer

!If P
Disp "Error"
Return
.handle error etc
End

Length(Str1)→A
Copy(Str1,P,A)


If the program is 10 bytes when you first made it, it should look something like this when viewed in the editor:

208
TI Z80 / Re: [Axe] DualStar
« on: May 05, 2013, 04:27:11 pm »
Looking good, but I'd suggest implementing an AI at some point so more people can use it :P

Is it one-hit game over or might there be some sort of health bar/function?

209
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 05, 2013, 03:18:06 am »
Extension to 2595: You reference it every time you upload a file to ticalc to make sure you're doing it right.
Another extension to 1502: If you find that a sign would be repeated, you just call it an extension and don't count it.
5090: You make random signs pointing to old signs as a way to get people to read back through the topic. :P

210
News / Re: The search function is broken, what I do?
« on: May 04, 2013, 08:52:00 pm »
Nice to see this newsed, hopefully it'll lead to less people asking about it. :P
Another option (kind of a personal preference) is to have a bookmarklet do the site:<current site> for you.

Spoiler For bookmarklet code:
javascript:q=""+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);if(!q)q=prompt("No%20selected%20text;%20enter%20search%20term.").replace(/\s\+/g,"%252B");if(q!=null)location="http://www.google.com/search?q="+q.replace(/\s+/g,"+")+"+site:"+location.hostname;void(0);

https://www.squarefree.com/bookmarklets/search.html

Pages: 1 ... 12 13 [14] 15 16 ... 253