• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 15:13
CET 21:13
KST 05:13
  • 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
RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation13Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
[TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t RotterdaM "Serral is the GOAT, and it's not close" RSL Season 3 - RO16 Groups C & D Preview TL.net Map Contest #21: Winners
Tourneys
RSL Revival: Season 3 Sparkling Tuna Cup - Weekly Open Tournament Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle BGH Auto Balance -> http://bghmmr.eu/ What happened to TvZ on Retro? SnOw's ASL S20 Finals Review BW General Discussion
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
PvZ map balance Current Meta Simple Questions, Simple Answers How to stay on top of macro?
Other Games
General Games
Path of Exile Clair Obscur - Expedition 33 Should offensive tower rushing be viable in RTS games? Stormgate/Frost Giant Megathread Nintendo Switch Thread
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread US Politics Mega-thread Artificial Intelligence Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1860 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
Spain18119 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
Poland17435 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
3830 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
IPSL
20:00
Ro16 Group A
Dewalt vs WolFix
eOnzErG vs Bonyth
Liquipedia
BSL 21
20:00
ProLeague - RO32 Group D
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
LiquipediaDiscussion
Online Event
18:00
Coaches Corner 2v2
RotterdaM508
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 508
IndyStarCraft 171
SteadfastSC 131
BRAT_OK 76
ROOTCatZ 59
Nathanias 17
DisKSc2 11
StarCraft: Brood War
Britney 19840
ZZZero.O 107
UpATreeSC 52
scan(afreeca) 32
yabsab 22
Dota 2
Gorgc6400
qojqva2944
League of Legends
rGuardiaN10
Counter-Strike
fl0m1040
pashabiceps822
allub226
kRYSTAL_0
Heroes of the Storm
Khaldor318
Other Games
tarik_tv6560
gofns4228
Grubby3432
B2W.Neo647
Beastyqt396
Organizations
Dota 2
PGL Dota 2 - Main Stream9398
Other Games
EGCTV888
gamesdonequick670
StarCraft 2
angryscii 28
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• davetesta19
• Reevou 10
• Kozan
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• Airneanach51
• FirePhoenix10
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler65
Other Games
• imaqtpie1280
• WagamamaTV403
• Shiphtur232
Upcoming Events
Replay Cast
2h 48m
Wardi Open
15h 48m
Monday Night Weeklies
20h 48m
Replay Cast
1d 2h
WardiTV Korean Royale
1d 15h
BSL: GosuLeague
2 days
The PondCast
2 days
Replay Cast
3 days
RSL Revival
3 days
BSL: GosuLeague
4 days
[ Show More ]
RSL Revival
4 days
WardiTV Korean Royale
4 days
RSL Revival
5 days
WardiTV Korean Royale
5 days
IPSL
5 days
Julia vs Artosis
JDConan vs DragOn
RSL Revival
6 days
Wardi Open
6 days
IPSL
6 days
StRyKeR vs OldBoy
Sziky vs Tarson
Liquipedia Results

Completed

Proleague 2025-11-14
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
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.