• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:26
CEST 16:26
KST 23:26
  • 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
[ASL19] Finals Recap: Standing Tall8HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL44Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation Statistics for vetoed/disliked maps Esports World Cup 2025 - Final Player Roster How does the number of casters affect your enjoyment of esports? Weekly Cups (June 23-29): Reynor in world title form?
Tourneys
RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo) FEL Cracov 2025 (July 27) - $8000 live event HomeStory Cup 27 (June 27-29)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ Help: rep cant save Flash Announces Hiatus From ASL BW General Discussion [ASL19] Finals Recap: Standing Tall
Tourneys
[Megathread] Daily Proleagues [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET The Casual Games of the Week Thread [BSL20] ProLeague LB Final - Saturday 20:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Trading/Investing Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread NBA General Discussion Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
Game Sound vs. Music: The Im…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 560 users

The Big Programming Thread - Page 616

Forum Index > General Forum
Post a Reply
Prev 1 614 615 616 617 618 1031 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
Spain17969 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
Poland17243 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
3829 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 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 1h 34m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 545
Lowko422
ProTech66
StarCraft: Brood War
Britney 47569
Rain 5500
Sea 3484
Jaedong 1870
EffOrt 1197
BeSt 457
Stork 407
actioN 293
ZerO 283
ToSsGirL 272
[ Show more ]
Snow 205
Light 158
hero 102
Mong 74
Sharp 72
Shinee 61
Pusan 53
Mind 47
Sea.KH 46
Rush 40
sSak 36
PianO 28
Terrorterran 24
Nal_rA 22
Noble 18
GoRush 13
ajuk12(nOOB) 12
Sacsri 11
yabsab 11
sorry 10
soO 8
SilentControl 8
IntoTheRainbow 7
JulyZerg 7
zelot 3
scan(afreeca) 2
Dota 2
qojqva3530
XcaliburYe496
Counter-Strike
byalli250
markeloff218
edward68
kRYSTAL_26
Super Smash Bros
Mew2King140
Other Games
hiko1148
B2W.Neo938
DeMusliM758
crisheroes344
Happy256
ArmadaUGS108
KnowMe54
QueenE38
ZerO(Twitch)24
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 6
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• StrangeGG 71
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• blackmanpl 3
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Nemesis7512
• TFBlade765
Upcoming Events
WardiTV European League
1h 34m
ByuN vs NightPhoenix
HeRoMaRinE vs HiGhDrA
Krystianer vs sebesdes
MaxPax vs Babymarine
SKillous vs Mixu
ShoWTimE vs MaNa
Replay Cast
9h 34m
RSL Revival
19h 34m
herO vs SHIN
Reynor vs Cure
OSC
22h 34m
WardiTV European League
1d 1h
Scarlett vs Percival
Jumy vs ArT
YoungYakov vs Shameless
uThermal vs Fjant
Nicoract vs goblin
Harstem vs Gerald
FEL
1d 1h
Korean StarCraft League
1d 12h
CranKy Ducklings
1d 19h
RSL Revival
1d 19h
FEL
2 days
[ Show More ]
Sparkling Tuna Cup
2 days
RSL Revival
2 days
FEL
2 days
BSL: ProLeague
3 days
Dewalt vs Bonyth
Replay Cast
4 days
Replay Cast
4 days
The PondCast
5 days
Replay Cast
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Proleague 2025-06-28
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025

Upcoming

CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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 © 2025 TLnet. All Rights Reserved.