• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 02:04
CET 07:04
KST 15:04
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
2026 KongFu Cup Announcement0BGE Stara Zagora 2026 cancelled10Blizzard Classic Cup - Tastosis announced as captains12Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18
StarCraft 2
General
BGE Stara Zagora 2026 cancelled BGE Stara Zagora 2026 announced ByuL: The Forgotten Master of ZvT Terran AddOns placement Blizzard Classic Cup - Tastosis announced as captains
Tourneys
2026 KongFu Cup Announcement [GSL CK] Team Maru vs. Team herO StarCraft Evolution League (SC Evo Biweekly) WardiTV Team League Season 10 Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ ASL21 General Discussion BW General Discussion Gypsy to Korea Are you ready for ASL 21? Hype VIDEO
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread PC Games Sales Thread No Man's Sky (PS4 and PC)
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Mexico's Drug War Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Movie Discussion! [Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
Formula 1 Discussion 2024 - 2026 Football Thread General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1751 users

The Big Programming Thread - Page 616

Forum Index > General Forum
Post a Reply
Prev 1 614 615 616 617 618 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-18 14:07:19
April 18 2015 14:03 GMT
#12301
lol, i did type in hentai one time but i remembered i gotta be careful coz im screenshotting to put in my project report



[image loading]

yeah i do format sometimes but its more the case of me not knowing why those bits go where they do

i mean it asks me for a comma so i put one then it asks me for an EOAF wtvr the fuck that is so i put a ; and a } then it says hey yo you got a comma here gonna do somethin about it?!?
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Prillan
Profile Joined August 2011
Sweden350 Posts
Last Edited: 2015-04-18 17:27:58
April 18 2015 17:05 GMT
#12302
On April 18 2015 23:03 FFGenerations wrote:
lol, i did type in hentai one time but i remembered i gotta be careful coz im screenshotting to put in my project report



[image loading]

yeah i do format sometimes but its more the case of me not knowing why those bits go where they do

i mean it asks me for a comma so i put one then it asks me for an EOAF wtvr the fuck that is so i put a ; and a } then it says hey yo you got a comma here gonna do somethin about it?!?

Just calm down and take it one symbol at a time. Find the matching ones (which I'm pretty sure that your IDE will do for you) and format it in whatever way you feel comfortable with.

$(document).ready(function () {
$('#button').click(function () {

$.ajax({
url: 'generate',
type: 'POST',
dataType: 'text',
data: $('#sortable2 .selectedItemImg').each(function (index, value) {
alert("test22");
}),
success: function (data) {
alert("test44");
}
});
});

return false;
});


EDIT: For fun, the equivalent CoffeeScript:
+ Show Spoiler +
$(document).ready ->
$('#button').click ->
$.ajax
url: 'generate'
type: 'POST'
dataType: 'text'
data: $('#sortable2 .selectedItemImg').each (index, value) ->
alert "test22"
success: (data) ->
alert "test44"
false
TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
Acrofales
Profile Joined August 2010
Spain18232 Posts
Last Edited: 2015-04-18 18:14:01
April 18 2015 18:13 GMT
#12303
On April 18 2015 23:03 FFGenerations wrote:
lol, i did type in hentai one time but i remembered i gotta be careful coz im screenshotting to put in my project report



[image loading]

yeah i do format sometimes but its more the case of me not knowing why those bits go where they do

i mean it asks me for a comma so i put one then it asks me for an EOAF wtvr the fuck that is so i put a ; and a } then it says hey yo you got a comma here gonna do somethin about it?!?


Agree with the guys above here. Fix your formatting (particularly indentation) and those braces will make far more sense.

As for your commas in the initial exerpt, they weren't there randomly: what you were doing is passing a json object to your ajax. A json object is basically a dictionary (or map) and commas separate each dictionary item. The braces mark the start and end of the dictionary. You thus have

{ 'name1': value1, 'name2': value2, ... 'namen', valuen }

as your object that you pass in your function. Finally, because you also pass different parameters along, each parameter is separated from the next by a comma as well, resulting in
functioncall( { json, object }, other, stuff );


If your complaint is that in general javascript has some horribly messy syntax, I agree. Whoever promoted javascript to a serverside programming language (*cough* node.js *cough*) should get shot, but client-side there is not much option: it is the only actual programming language that web browsers understand.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
April 18 2015 18:19 GMT
#12304
i literally feel like crying. i just went 4 hours completely hopelessly stuck on the same thing until someone on stackoverflowed replied , changed my syntax and it all gradually started to work. i was just so delirilously hopelessly distraught, motionless mourning at the screen like a ghoul just completely numb and sapped to the core
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
dust7
Profile Joined March 2010
199 Posts
April 18 2015 20:21 GMT
#12305
I'm currently working on a ff addon so I will never miss any of my favorite (sc2) streams again.

http://i.imgur.com/FpbGpxR.png

It basically gives you a sidebar which keeps track of the online status of streamers. You can optionally have the addon play a sound or open the stream in a new tab once a user goes online. These features will work even when the sidebar is closed. In addition, the addon has an unobnoxious way of telling you that you might have missed a streamer going online when you choose to keep the sidebar closed and no tab for this user was opened.

I'm currently looking for ideas for more features.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-18 22:46:49
April 18 2015 22:46 GMT
#12306
nice dude cool ideal. i dont "follow" on twitch and was surprised when i cudnt find a list of people i subscribe so i end up with everyone on my bookmark bar and just click them from time to time lol

love the sound alert idea
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
betaflame
Profile Joined November 2010
175 Posts
April 18 2015 23:10 GMT
#12307
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?

FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-19 00:46:21
April 19 2015 00:15 GMT
#12308
why does callprintwriter(); (at least the write function) stop working if i put it where it currently is?

i cant see any reason for it to not work

the only thing i can think of is you need to close IOmage or Buffered graphic thing, but nothing really comes up on google.

callprintwriter(); prints to text file if i put it above the for loop. if i put it below (where it is now) then it does not work.

+ Show Spoiler +


package main;

import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import static java.lang.Math.floor;
import java.net.URL;
import java.util.ArrayList;
import javax.imageio.ImageIO;

/**
*
* @author J
*/
public class ImageController {

//int roundUp(int numToRound, int multiple)
//{
// if(multiple == 0)
// {
// return numToRound;
// }
//
// int remainder = numToRound % multiple;
// if (remainder == 0)
// return numToRound;
// return numToRound + multiple - remainder;
//}
public static void controlImage(ArrayList<String> imageURLs) throws IOException, Exception {

// ArrayList <String> imageURLs = new ArrayList<>();
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//imageURLs.add("C:\\Users\\J\\Desktop\\test5.jpg");
//Integer totalHeight= 300*((Math.round(imageURLs.size()/6)));
//
//Integer totalHeight = imageURLs.size()*300/4;
//
//Integer totalHeight = 300*(roundUp(imageURLs.size(), 4));
// int arraySize = imageURLs.length();
//Integer totalHeight = (roundUp(imageURLs.size(),4))*200;
//System.out.println(imageURLs.size());
//System.out.println(totalHeight);
// height = numberofentries / 4 rounded up to the nearest multiple of 4
// height = numberofentries rounded up to the nearest 4, divided by 4, times 300px
//Double heightMath= 200*((Math.ceil(Math.abs(imageURLs.size()/4.0))));
//Long heightMath= 300*(long)Math.floor(imageURLs.size() + 1d);
//Integer totalHeight = (int) (double) heightMath;
//double doubleimage = imageURLs.size();
//if ((doubleimage/4) == imageURLs.size()/4){
// totalHeight = totalHeight-200;
//if (totalHeight < 300){
// totalHeight = 300;
// }
//

int numberOfBoxes = imageURLs.size();
// int totalHeight = gridFix(numberOfBoxes);
//
// int gridDepth = (int) Math.ceil(((double)numberOfBoxes)/4);
//
// int totalHeight = roundUp(gridDepth, 4)*200;

int totalHeight = ((int) Math.ceil(((double) numberOfBoxes - 1) / 4)) * 200;

BufferedImage result = new BufferedImage(
600, totalHeight, //work these out
BufferedImage.TYPE_INT_RGB);

Graphics g = result.getGraphics();

Integer x = 0;
Integer y = 0;
Integer w = 150;
Integer h = 200;

String generatedImageFilePath = "C:\\Users\\J\\Desktop\\resultimage.png";

for (String imageURL : imageURLs) {

URL url = new URL(imageURL);

BufferedImage bi = ImageIO.read(url);
g.drawImage(bi, x, y, w, h, null);
x += 150;
if (x >= result.getWidth()) {
x = 0;
y += 200;

}
try {
ImageIO.write(result, "png", new File(generatedImageFilePath));

} catch (IOException e) {
}



}

callprintwriter();
}


private static int roundUp(int gridDepth, int multiple) {
return (gridDepth + multiple) / multiple;
}

private static int gridFix(int numberOfBoxes) {
int gridDepth = (int) Math.ceil(((double) numberOfBoxes) / 4);
return gridDepth;
}

private static void callprintwriter() throws Exception {

PrintWriter writer2 = new PrintWriter("C:\\Users\\J\\Desktop\\imgurUploadData.txt", "UTF-8");
writer2.println("should work");
writer2.close();

Thread.sleep(5000);

UploadController.getImgurContent("C:\\Users\\J\\Desktop\\resultimage.png");

//UploadController.getImgurContent(generatedImageFilePath);
}
}
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 19 2015 01:20 GMT
#12309
Times like this are when you put an execution break and do some step-through debugging.
Average means I'm better than half of you.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
April 19 2015 01:25 GMT
#12310
i dont know how to get that to work for a web app? ill try again
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
teamamerica
Profile Blog Joined July 2010
United States958 Posts
Last Edited: 2015-04-19 03:55:45
April 19 2015 01:45 GMT
#12311
Hi all, anyone know a good way to convert a String in java to a Map<Character, Integer>. I can do it with a for loop, just was hoping there way some way I could do it with Streams.

Basically I want something equivalent to the python code:
indexes = {c:i for i,c in enumerate("0123456789")}
.

Tried following code in Java but it won't compile (reading function signatures these Stream functions makes my head hurt...).
String alphabet = "0123456789";
//Hoping something like below would work
IntStream.range(0, alphabet.length()).collect(Collectors.toMap(alphabet::charAt, Function.identity());


Obviously it's not super important to not use a for-loop so plz spare me any comments about that.

edit: asked same on SO, got answer:
Map<Character, Integer> indexes = IntStream.range(0, alphabet.legth()).boxed().collect(Collectors.toMap(alphabet::chatAt, Function.identity());


Was missing the .boxed() call with gives Stream<T> which accepts collectors, vs IntStream which has a 3 arguement .collector. Now to figure out what it would look like without using the .boxed() calll...

edit2: Looks super long without using Collectors.toMap lol
+ Show Spoiler +

editagain, I'm wrong since the combiner call also needs to check for duplicates. Really the guy who answered this on SO explained way better then me so I'll link that: http://stackoverflow.com/a/29725153/1505466
RIP GOMTV. RIP PROLEAGUE.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-19 02:15:01
April 19 2015 02:12 GMT
#12312
i might be figuring it out

i got to the point where i suddenly realise i have to access all my methods from the servlet (master location) so suddenly everything is different

this is the momentarily fun part of programming before i have to parse some more json
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Rotodyne
Profile Blog Joined July 2005
United States2263 Posts
April 19 2015 02:23 GMT
#12313
On April 19 2015 08:10 betaflame wrote:
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?



I'm curious, what are the two frameworks that you are referring to? I set up a MEAN environment a while back and I believe you definitely want to use Express, but I don't know enough to provide sound reasoning. But avoid reinventing the wheel whenever possible.

Since you already have experience with the LAMP stack, why don't you get some Angular experience using PHP as a backend instead of Node? I would recommend Laravel or their new micro framework Lumen. At least for me, it is easier to learn one thing at a time. (unless you already know angular, ignore this).

I think I am pretty decent at Angular, so if you have any questions PM me!
I can only play starcraft when I am shit canned. IPXZERG is a god.
Manit0u
Profile Blog Joined August 2004
Poland17692 Posts
April 19 2015 02:28 GMT
#12314
On April 19 2015 11:23 Rotodyne wrote:
Show nested quote +
On April 19 2015 08:10 betaflame wrote:
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?



I'm curious, what are the two frameworks that you are referring to? I set up a MEAN environment a while back and I believe you definitely want to use Express, but I don't know enough to provide sound reasoning. But avoid reinventing the wheel whenever possible.

Since you already have experience with the LAMP stack, why don't you get some Angular experience using PHP as a backend instead of Node? I would recommend Laravel or their new micro framework Lumen. At least for me, it is easier to learn one thing at a time. (unless you already know angular, ignore this).

I think I am pretty decent at Angular, so if you have any questions PM me!


You can learn all that in even smaller steps since you can use angular with php backend
Time is precious. Waste it wisely.
betaflame
Profile Joined November 2010
175 Posts
April 19 2015 02:52 GMT
#12315
On April 19 2015 11:23 Rotodyne wrote:
Show nested quote +
On April 19 2015 08:10 betaflame wrote:
Hi guys, I have a good amount of experience with LAMP stack, php, mvc frameworks, jquery, javascript and such and I am looking into learning "MEAN" and I have a couple questions:

From my own research, there seems to be 2 main "frameworks" for MEAN but by itself, you could technically work with just mongodb, expressjs, angular and node on its own together. So is there any point in really going with those advertised "MEAN" stacks? Like what do they offer versus just using the 4 together by myself?

Also, coming from a LAMP background, I originally started with procedural php programming before learning about mvc frameworks and all that jazz that made my life easier, would you recommend diving straight into working with frameworks (express) or just work with just node and angular instead (without express)?



I'm curious, what are the two frameworks that you are referring to? I set up a MEAN environment a while back and I believe you definitely want to use Express, but I don't know enough to provide sound reasoning. But avoid reinventing the wheel whenever possible.

Since you already have experience with the LAMP stack, why don't you get some Angular experience using PHP as a backend instead of Node? I would recommend Laravel or their new micro framework Lumen. At least for me, it is easier to learn one thing at a time. (unless you already know angular, ignore this).

I think I am pretty decent at Angular, so if you have any questions PM me!


I am referring to MEAN.js and MEAN.io (http://meanjs.org/ http://mean.io/#!/)
Apparently they are both made by the same guy but one of them was bought out by a company and he continued development by creating a new one instead..?

Yep, I've had some experience with Laravel but I've never heard of Lumen, I'll definitely check it out!

In terms of using angular, whats the core difference between just using typical javascript with jquery and templating on the front-end? Is it the maintainability and structure?
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-04-19 03:17:05
April 19 2015 03:16 GMT
#12316
is it normal to talk in plural when you describe what you're doing in computer processes?

everything i write is like "We retrieve x and then do x. We put it on our local server. Send it back to our jsp"

to me its natural to talk like that , im not quite sure why. maybe it sounds really weird to some people, like what if my tutor thinks "what do you mean WE? arent you supposed to be working alone?"
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
April 19 2015 03:29 GMT
#12317
On April 19 2015 12:16 FFGenerations wrote:
is it normal to talk in plural when you describe what you're doing in computer processes?

everything i write is like "We retrieve x and then do x. We put it on our local server. Send it back to our jsp"

to me its natural to talk like that , im not quite sure why. maybe it sounds really weird to some people, like what if my tutor thinks "what do you mean WE? arent you supposed to be working alone?"

That's like standard for all language, really. There's a really strong tendency to generalize statements that should be personal or first-person.
Average means I'm better than half of you.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
April 19 2015 04:23 GMT
#12318
when i wake up im gonna
1) figure out how to host online 4reals (no clue whatsoever)
2) set up so my imagegenerator saves to an online url so i can pass this to imgur and have imgur host on my behalf
3) set up the parse the imgur url back to the user
4) clean up
5) probably that's it. no database. no validation. no secutiry. no error catching (or wtvr ppl do). just do the report and thats done!!!
6) do my 2nd assignment (i will have 2 days to do that). that is mobile application dev on X some mac bullshit thing
7) do my 3rd assignment (i will have less than 2 days to do that). that is formal mathematicals to formulate application logic/structure/testing using fucking mathematics . using an application called Perfect. anyone done that kind of stuff? its like, you design classes and stuff but using math and this special language . something like that. i'm so fucked.
8) after 4-5 days i wiill have finish uni barring 1 exam thing. idk if i will be able to do those assignments coz they wont be easy but they are already both Late. i just need 40/100 to pass but 2 days to do them especially fucking mATHS is gonna be a nightmare.
im so delirious i was seeing spiders and flies earlier hallicinating . i still am. its reall hallicuniations lol like being high on diphenhydramine

heres some lolis

[image loading]
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
catplanetcatplanet
Profile Blog Joined March 2012
3834 Posts
April 19 2015 05:49 GMT
#12319
hey guise i'm not an advanced programmer or anything but i'm convinced my lab partner is a moron

[image loading]

what can i do to stop him from doing dumb stuff like this
I think it's finally time to admit it might not be the year of Pet
Ropid
Profile Joined March 2009
Germany3557 Posts
April 19 2015 06:10 GMT
#12320
I was most successful by drawing what's happening on paper with a pencil, boxes with names and arrows and stuff like that. I mean that as an addition to trying to explain normally with words.
"My goal is to replace my soul with coffee and become immortal."
Prev 1 614 615 616 617 618 1032 Next
Please log in or register to reply.
Live Events Refresh
Replay Cast
00:00
Code For Giants Cup #28
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 140
ProTech130
SortOf 37
StarCraft: Brood War
Britney 27889
ToSsGirL 80
Dota 2
NeuroSwarm181
resolut1ontv 150
League of Legends
JimRising 677
Counter-Strike
Stewie2K790
Super Smash Bros
Mew2King101
Other Games
summit1g9215
C9.Mang0553
WinterStarcraft373
RuFF_SC241
Liquid`Ken19
Organizations
Other Games
gamesdonequick1258
ComeBackTV 95
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• practicex 27
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo2756
• Scarra2606
• Stunt416
Upcoming Events
CranKy Ducklings
3h 56m
RSL Revival
3h 56m
MaxPax vs Rogue
Clem vs Bunny
WardiTV Team League
5h 56m
uThermal 2v2 Circuit
10h 56m
BSL
13h 56m
Sparkling Tuna Cup
1d 3h
RSL Revival
1d 3h
ByuN vs SHIN
Maru vs Krystianer
WardiTV Team League
1d 5h
Patches Events
1d 10h
BSL
1d 13h
[ Show More ]
Replay Cast
1d 17h
Replay Cast
2 days
Wardi Open
2 days
Monday Night Weeklies
2 days
OSC
2 days
WardiTV Team League
3 days
GSL
4 days
The PondCast
5 days
WardiTV Team League
5 days
Replay Cast
5 days
WardiTV Team League
6 days
Korean StarCraft League
6 days
Liquipedia Results

Completed

Proleague 2026-03-13
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.