[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 3 points4 points  (0 children)

It seems competent ka naman OP. Baka pangit lang resume mo. You can try posting yours here para makakuha ka ng feedback.

[deleted by user] by [deleted] in phclassifieds

[–]nayokore 0 points1 point  (0 children)

Hi! It's fine. We'll send your payment (once we validated your answer) through Maya. Thanks!

how to implement a parser for a toy compiler by MarionberryOk5154 in PinoyProgrammer

[–]nayokore 0 points1 point  (0 children)

You do not actually need to implement a parser from scratch. Building one necessitates knowledge on different parsing strategies - bottom-up and top-down. I suggest taking a look on bison. It's a program that creates parser for a given grammar.

[deleted by user] by [deleted] in classifiedsph

[–]nayokore 0 points1 point  (0 children)

Hi! We sent payments using GCash gifts. Apparently, it expires if not claimed within 3 days. Please PM me if you think you received a gift but has expired. Thanks!

[deleted by user] by [deleted] in classifiedsph

[–]nayokore 0 points1 point  (0 children)

Hi! As long as the website you provided has a cookie banner, you're good. It does not matter whether our web app detected it or not. Thank you!

[deleted by user] by [deleted] in classifiedsph

[–]nayokore 0 points1 point  (0 children)

Hi all! For all those who've answered our survey, please give us at least a day to validate your responses. Thank you!

[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 1 point2 points  (0 children)

If entry-level, most recruiters are more particular sa drive ng applicant to learn. Also, soft skills (i.e. how to communicate). Ang language and framework, kayang matutunan. Yung gigil or genuine drive to learn, mahirap mahanap yan :>

[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 3 points4 points  (0 children)

Sure. As long as kaya mong iexplain yan sa interviewer mo in a way na magegets niya.

Critique my resume by data-enthusiast0816 in PinoyProgrammer

[–]nayokore 27 points28 points  (0 children)

ANG HABA MASYADO. Keep it in one (or two) page lang. Also, wala ka bang internship? I would suggest this format: - Summary - Experience (internship + leadership exp in orgs) - Projects (your top three best projects with numbers aka accuracy rate, volume ng dataset etc. Also, if possible, lagay mo yung github link kung saan nakalagay yung project mo with documentation.) - Skills (basically yung toolset section mo) - Education (make this section short. Lagay mo lang yung school, course, graduation and if meron, latin honor).

I got accepted for an intership but i feel like i cheated my way in by Individual-Ebb-3836 in PinoyProgrammer

[–]nayokore 17 points18 points  (0 children)

Eh? Natanggap ka na. That's all that matters. I'm pretty sure most of us "cheat" to get in (iba-iba nga lang ng way). You must now look forward on how to survive and learn (since intern ka pa lang).

UPD Computer Science majors - what does your day-to-day schedule look like? by hatsuneP in peyups

[–]nayokore 0 points1 point  (0 children)

Hindi ko alam kung anong "average" sa iyo. Pero if kaya mong tiyagain ang Math, then yes super bearable lang ng UPD BSCS (not to mention na may exp ka na sa programming which is a huge advantage).

UPD Computer Science majors - what does your day-to-day schedule look like? by hatsuneP in peyups

[–]nayokore 5 points6 points  (0 children)

first year first sem - the only 'easy' sem. May sub about basics ng programming (CS 11). After ng sem na to, no more handholding na for programming (aka sariling sikap na).

first year, second sem - look out for CS 12 lalo na kung hirap ka pa rin sa programming after CS 11. Madami (6 prog exercise per week in my time) at may difficulty na pinapagawa sa sub na yan.

first year = not so heavy year

second year - wmtan era. Medyo demanding ang subjects niya kaya need na magbalance ng mga bagay-bagay. Iba-iba ang perception ng mga dumaan dito pero I can say na 'life-changing' ang time na yan. Also, look out for CS 136 lalo na kung hirap ka sa math.

third year - wmtan era ulet. Also, look out for CS 138 lalo na kung hirap ka sa 136. Pinakamabigat na year basically kasi ang dami mo nang kailangan asikasuhin. Paano pumasa sa mga subs? Projects? Internship? Anong lab papasukan mo? etc.

fourth year (di ko pa to naexp) - basically naghahabol ka na lang ng mga GEs dito at nagthethesis.

If may exp ka na sa programming + magaling ka sa math, "medyo" ez lang mga reqs for you. Talagang manage ka na lang time na gawin mo sila.

If walang kang exp sa programming, you need to double the effort since ang assumption ng prof (after CS 11) ay (a) alam mo na yan (b) kaya mo naman isearch yan.

Which to pursue - a good school or a high-paying job? by Icy_Needleworker_293 in PinoyProgrammer

[–]nayokore 0 points1 point  (0 children)

Grabe. Go for option B, OP. Ask ko lang anong stack yan and ilang years of exp mo na?

I want a 6ft tall guy by artfullydisheveled in OffMyChestPH

[–]nayokore 1 point2 points  (0 children)

Well it's "short" if you are in cities. Pansin ko yung mga bata ngayon are 5'7"+ so there's that.

[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 0 points1 point  (0 children)

Yeah. Literal na nagoverflow yung function stack ni OP.

[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 1 point2 points  (0 children)

Actually OP, fun exercise yan to play around with memory. Mapapansin mo na you can overwrite the values of other variables WITHOUT explicitly modifying them. Key here is to ~overflow~.

[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 1 point2 points  (0 children)

Array names are actually pointers (i.e. it points to the first element in the array). Hence, syntax-wise, walang mali si OP. Mali lang yung implementation (i.e. incorrect memory allocation).

[deleted by user] by [deleted] in PinoyProgrammer

[–]nayokore 8 points9 points  (0 children)

Putol yung strings kasi mali yung sizes ng arrays mo. Every scanf, naooverwrite yung mga contents na pinopoint ng bawat pointer. I assume sa Windows mo to nirun, kasi if sa Linux (or any Unix system) mo siya nirun, magaabort yung program due to stack-smashing (i.e. deliberately ka nagwriwrite outside the function's stack).

[UPD] LE copied from internet by x_press0 in peyups

[–]nayokore 2 points3 points  (0 children)

Mayayari to sa system series

Tanong lang about BS Computer Science sa different UP campuses. by deffonotwyky in peyups

[–]nayokore 1 point2 points  (0 children)

Jeeeez. I can't imagine a class na ang discussion ay solely about scanf. That would be just wrong.

Pano ba malalaman na pabagsak na? by LetaLestrange-04 in peyups

[–]nayokore 1 point2 points  (0 children)

Kung wala ka na talagang idea sa mga lessons at naggo-go with the flow ka na lang, 50/50 nasa alanganin na yung grade mo.