• What are you working on? v7
    7,420 replies, posted
Quick and dirty work-in-progress: [img]http://i.imgur.com/98XtP.png[/img] The concept is simple. There are modular components, each has one input (top) and one output (bottom), everything in between is fair game. For example, you can use a component to generate a random number every 100ms, pass that off to a Grapher component that puts that into a pretty linear graph (and passes the input value along to the next component unchanged), have a "Greater than" component that passes the value along if it's above 50, etc, etc etc. Components can re-ordered by dragging and dropping them to wherever, there are (currently) unexposed controls for how the actual execution is performed, but by default it updates the components every 500ms. If I don't get bored before that, I'll add some logic to make it possible to export/import or share flows. Not rocket-science, really. Here's how a component is defined (Coffeescript): [ruby]class TextDisplay extends Component name: 'Text Display' type: 'text-display' desc: 'Displays a string of text.' update: (input)=> input = (input and input.toString()) or '' @screen.text input input # the input is passed along unchanged create: => @screen = $(document.createElement 'div') @screen.addClass 'display-screen' @render @, @screen[/ruby]
Real quick google map app for an android wifi mapper using gps coordinates. [url]http://jaybuz.me/wifi-mapper/[/url] and a test file: [url]http://i.jaybuz.me/03-24_15.34.52_wifi.txt[/url] It's fun to work with maps. [editline]24th March 2012[/editline] The line is messed up because I combined a few separate files and something doesn't line up but oh well. [editline]24th March 2012[/editline] [img]http://i.jaybuz.me/wifi-mapper.jpg[/img]
[QUOTE=BBgamer720;35278108]Very nice. I think adding Lightboxes for your uploads would be pretty cool. [url]http://lokeshdhakar.com/projects/lightbox2/[/url][/QUOTE] Thanks, I usually like to create my own lightboxes. That one is quite nice though. The reason I haven't added lightboxes is that users can simply click the image give them the link straight away to use. On another note: does anyone know how to copy text without flash?
Flash is the only option.
[QUOTE=kragmars102;35273270]Very early in it's development: [URL]http://ezyimg.info/[/URL] On the left side you can choose multiple images to upload, you may also register & login in the top navigation bar to save your uploads. For people who like to be tidy I made albums, simply type something into the album field when uploading photos. C&C appreciated.[/QUOTE] span.logo should be the same width as the button below it, my OCD is tingling.
[QUOTE=kragmars102;35273270]Very early in it's development: [url]http://ezyimg.info/[/url] On the left side you can choose multiple images to upload, you may also register & login in the top navigation bar to save your uploads. For people who like to be tidy I made albums, simply type something into the album field when uploading photos. [/QUOTE] As a suggestion, I don't think you should have the footer as fixed position as in my experience it just fucks up on smaller displays.
I'll definitively look into changing it, thanks for the suggestion
upgrading a rails 2.3.11 app on ree-1.8.7 to rails 2.3.14 on mri-1.9.2 [img]http://i.imgur.com/tDHtz.png[/img] miles of this shit
[QUOTE=Darkwater124;34017793]Go to [url]www.novaember.com[/url] and right-click. How to mindfuck people. [B]Edited typo[/B][/QUOTE] ITS FKING KILLING ME!!! (I wanted to view the source (firebug) until I noticed it won't work...)
i can view the source just fine in chrome
[url]http://www.architech.fi/puulift/[/url] doing some lame "gallery site" for a company, still have to fix some minor problems and the htacces file.
[QUOTE=S0lll0s;35301382]ITS FKING KILLING ME!!! (I wanted to view the source (firebug) until I noticed it won't work...)[/QUOTE] Right hand click and choose "Use Default menu" DERP I am currently working on a garrysmod.org alternative. Garrysmod.org is full of children who seem to think firstmaps and full bright are the "hip" thing. As a PHP developer I am terrible at design, if someone could make a design I would be appreciative, although at present I am using the twitter bootstrap and it looks "ok" (Don't rage people!) (and No I will not be facilitating the people who use the illegal versions of Garry's Mod. I will use authentication to check if the person signing up has Garry's Mod)
[QUOTE=spikeman14;35302461]Right hand click and choose "Use Default menu" DERP I am currently working on a garrysmod.org alternative. Garrysmod.org is full of children who seem to think firstmaps and full bright are the "hip" thing. As a PHP developer I am terrible at design, if someone could make a design I would be appreciative, although at present I am using the twitter bootstrap and it looks "ok" (Don't rage people!) (and No I will not be facilitating the people who use the illegal versions of Garry's Mod. I will use authentication to check if the person signing up has Garry's Mod)[/QUOTE] What will make your garrysmod.org replacement any better than the original?
[QUOTE=jaybuz;35250722]It finally includes dotted and dashed lines.[/QUOTE] this is fucking revolutionary
A modal box I've been building at work, pretty simple. [img]http://filesmelt.com/dl/modal.png[/img] also pretty simple, [url=http://planetwizard.org/test/randcolour.php]a random colour generator for funsies[/url].
[QUOTE=Dotmister;35303351]What will make your garrysmod.org replacement any better than the original?[/QUOTE] The sheer reduction in the people who upload saves, adv dups and full bright maps. Garrysmod is a mess, it has been for years, people upload crap and nothing gets done, then the really decent files get flagged. My site is not a copy of garrysmod.org, but rather a "from scratch" overhaul. With a nicer layout, quicker service (10-20kbs days of garrysmod.org still haunt me), and hopefully a more pleasant experience! Users will be able to rank downloads, flag the files, flag the uploaders. Most will be self controlled and the website will remove files with negative scores, and temp-ban users with negative scores, but admins will also patrol looking for suspicious, or poor but un-flagged items. Flagged items can then be reviewed by a super admin before removal. It is still a work in progress, but any ideas and suggestions and criticism is welcomed! [editline]27th March 2012[/editline] [QUOTE=j4NZKUE;35302236][url]http://www.architech.fi/puulift/[/url] doing some lame "gallery site" for a company, still have to fix some minor problems and the htacces file.[/QUOTE] Please make sure images on the site are optimized, I'm on 30mb/s internet and the images took forever to load!
[QUOTE=spikeman14;35314671] [editline]27th March 2012[/editline] Please make sure images on the site are optimized, I'm on 30mb/s internet and the images took forever to load![/QUOTE] I'm on 10mb/s, and they loaded nearly instant. Never been on the site before.
[QUOTE=spikeman14;35314671]The sheer reduction in the people who upload saves, adv dups and full bright maps. Garrysmod is a mess, it has been for years, people upload crap and nothing gets done, then the really decent files get flagged. My site is not a copy of garrysmod.org, but rather a "from scratch" overhaul. With a nicer layout, quicker service (10-20kbs days of garrysmod.org still haunt me), and hopefully a more pleasant experience! Users will be able to rank downloads, flag the files, flag the uploaders. Most will be self controlled and the website will remove files with negative scores, and temp-ban users with negative scores, but admins will also patrol looking for suspicious, or poor but un-flagged items. Flagged items can then be reviewed by a super admin before removal. It is still a work in progress, but any ideas and suggestions and criticism is welcomed! [/QUOTE] So basically your going full JB Mod with garrysmod.org? Sounds like it could be good but a tough project nonetheless.
[QUOTE=wizard`;35312392]A modal box I've been building at work, pretty simple. [img]http://filesmelt.com/dl/modal.png[/img] also pretty simple, [url=http://planetwizard.org/test/randcolour.php]a random colour generator for funsies[/url].[/QUOTE] Why have two columns of text? The two columns basically say the same thing, I'd just join them into one and have two buttons. Reading both the columns to figure out what they each say and then realizing they say the same thing is annoying and frustrating.
[QUOTE=TerabyteS_;35315965]Why have two columns of text? The two columns basically say the same thing, I'd just join them into one and have two buttons. Reading both the columns to figure out what they each say and then realizing they say the same thing is annoying and frustrating.[/QUOTE] It's because the error won't always be the postcode and each option can obviously have a different solution. The postcode example was just the first thing I used it for and yes there is a version that supports more than two solutions where the buttons are located in the right hand column and you can fit up to 8 (scaling from 1x3 to 2x4). So I see where your coming from but in my opinion you are wrong.
[QUOTE=wizard`;35316266]It's because the error won't always be the postcode and each option can obviously have a different solution. The postcode example was just the first thing I used it for and yes there is a version that supports more than two solutions where the buttons are located in the right hand column and you can fit up to 8 (scaling from 1x3 to 2x4). So I see where your coming from but in my opinion you are wrong.[/QUOTE] I see, but I'm still of the opinion that it's quite a bit bothersome to have to read two columns the content of which could be easily synthesized into a single column.
[QUOTE=wizard`;35316266]So I see where your coming from but in my opinion you are wrong.[/QUOTE] He's not.
[QUOTE] Please make sure images on the site are optimized, I'm on 30mb/s internet and the images took forever to load![/QUOTE] Yea, totaly forgot to optimize some pictures, and its still in construction state so I'm going to fix that, some pictures should be fine already
Did you guys see this? [url]https://hacks.mozilla.org/2012/03/browserquest/[/url]
i did. I was playing it earlier :v:
[QUOTE=spikeman14;35314671]The sheer reduction in the people who upload saves, adv dups and full bright maps. Garrysmod is a mess, it has been for years, people upload crap and nothing gets done, then the really decent files get flagged. My site is not a copy of garrysmod.org, but rather a "from scratch" overhaul. With a nicer layout, quicker service (10-20kbs days of garrysmod.org still haunt me), and hopefully a more pleasant experience! Users will be able to rank downloads, flag the files, flag the uploaders. Most will be self controlled and the website will remove files with negative scores, and temp-ban users with negative scores, but admins will also patrol looking for suspicious, or poor but un-flagged items. Flagged items can then be reviewed by a super admin before removal. It is still a work in progress, but any ideas and suggestions and criticism is welcomed! [editline]27th March 2012[/editline] Please make sure images on the site are optimized, I'm on 30mb/s internet and the images took forever to load![/QUOTE] before you get into this, the job of moderators is to make sure people are following the rules- not to censor the content. If someone posts something a moderator doesn't like, the moderator should not remove it, unless it infringes on a rule. The job of an administrator is to make sure the site runs smoothly- neither an administrator nor a moderator should mess with the contents (in your case, downloads) unless it infringes on a rule, like, for example, a virus in a download. so don't remove shit just because you think it's terrible- you, as an administrator, should give the people their power to vote whether or not something is good, and make the default view sort through the actual stuff.
that's the reddit hands-off style of moderation and it doesn't work
[QUOTE=swift and shift;35320326]that's the reddit hands-off style of moderation and it doesn't work[/QUOTE] in what way?
Hey! I was checking out wordpress themes before and I came across one which i really liked, however it had been facefucked by adverts so I decided "heck, lets see if i can fix that". After some poking around i discovered that wordpress themes are surprisingly simple to create/edit. This is what i have so far, i am no website design guru/master so i'd REALLY appreciate some C&C. [url]http://bambofy.co.uk/devblog[/url]
some sort of content separation would be nice
Sorry, you need to Log In to post a reply to this thread.