Search:

Type: Posts; User: KekKing

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    1,315

    Nah, your advices are pretty good. I learned C++...

    Nah, your advices are pretty good.
    I learned C++ basics and advanced shit just by literally doing problems.
    Every problem needs an algorithm to be solved, but you can make your own algorithm(For...
  2. Replies
    26
    Views
    6,872

    After ratings, Java is 1st, C++ is 2nd and C# is...

    After ratings, Java is 1st, C++ is 2nd and C# is 3rd.
    In my opinion start with C++, it's algorithms aren't that hard.
  3. Replies
    6
    Views
    766

    [Request] It's pretty old, but I think the latest version...

    It's pretty old, but I think the latest version may support above DX9.
    I haven't used in a long time.
  4. Replies
    6
    Views
    766

    [Request] 3D Ripper DX maybe.

    3D Ripper DX maybe.
  5. Start fucking learning JAVA. When you'll have...

    Start fucking learning JAVA.
    When you'll have decent knowledge of the basics, and a little bit of the advanced stuff, so like in 7-8 months, you'll understand what others are coding and you can use...
  6. I been playing runescape since 2007 nigga. For...

    I been playing runescape since 2007 nigga.

    For a runescape private server, you need a base, a template coded by other people and then modify it by your pleasure to make your server customized as...
  7. Thread: Code

    by KekKing
    Replies
    4
    Views
    1,006

    [Discussion] But the grid is: int a[N][N] and N is defined...

    But the grid is:
    int a[N][N]

    and N is defined as 501

    and I've only seen 2 nested for loops never like this:
    for(i=1;i<=n-k+1;i++)
    {
    for(j=1;j<=n-k+1;j++)
    {
  8. From what you've been talking so far you really...

    From what you've been talking so far you really do seem to have zero experience in the coding world.
    As everybody said, especially Flengo, Swift for iOS and Java for Android.
    Xamarin Studio is an...
  9. Thread: Code

    by KekKing
    Replies
    4
    Views
    1,006

    [Discussion] I know all the initialization part but what the...

    I know all the initialization part but what the fuck is this:

    int i, j, s, ii, jj;
    f>>n>>k;
    for(i=1;i<=n;i++)
    for(j=1;j<=n;j++)
    f>>a[i][j];
    for(i=1;i<=n-k+1;i++)
    for(j=1;j<=n-k+1;j++){
    s=0;
  10. Thread: Code

    by KekKing
    Replies
    4
    Views
    1,006

    [Discussion] Code

    Can anybody explain something out of this?

    #include <fstream>
    #include <cmath>
    using namespace std;
    #define N 501
    ifstream f("innn.in");
    ofstream g("outtt.out");
    int n, k, l=N, c=N;
    int...
  11. Replies
    35
    Views
    11,863

    Of course it does. Your questions are fucking...

    Of course it does.

    Your questions are fucking senseless.

    A team works on a game to finish the game faster, and to share skills.
    Some are coders, some graphic designers, some level editors/map...
  12. Replies
    8
    Views
    1,223

    [Source Code] I'm a noob too at web scraping. I tried...

    I'm a noob too at web scraping.

    I tried something, but didn't test it.

    import bs4
    import requests

    res = requests.get('URL')
    #res.text can give you the whole page source
  13. Thread: Color Aimbot

    by KekKing
    Replies
    2
    Views
    1,139

    [Help] First, how can we get your problems if you don't...

    First, how can we get your problems if you don't show us the whole code.
    Post it on a pastebin.

    And second, try to look at the message errors and google them up.
    Undefined reference might be...
  14. [Request] So from what you're saying you want to know how...

    So from what you're saying you want to know how to fucking use google translate?
    There's no need for a bot.
    You can eventually use a Python Script to split your whole text into sentences but if you...
  15. Replies
    0
    Views
    473

    [?]p5.js and NodeJS

    Anybody using p5.js?

    I've done some good projects in it.

    And anybody knows where to find good books for NodeJS?
  16. Replies
    13
    Views
    4,986

    HTML ain't a programming language. "Hypertext...

    HTML ain't a programming language.

    "Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications."
  17. np. //2short

    np.

    //2short
  18. The gif has to be a maximum of 500x100 otherwise...

    The gif has to be a maximum of 500x100 otherwise it won't work if you ain't premium.
  19. Replies
    3
    Views
    1,487

    [Help] Your request is unclear.

    Your request is unclear.
  20. Replies
    4
    Views
    1,291

    [Help] Pascal is dead. Get Atom or another Editor/IDE...

    Pascal is dead.
    Get Atom or another Editor/IDE you like or even the command prompt, choose a language you want to learn/use the most, OOP(Object Oriented Programming languages), these are usually...
  21. Thread: Learning.

    by KekKing
    Replies
    3
    Views
    1,144

    [Discussion] I know HTML ain't a programming language, and...

    I know HTML ain't a programming language, and that's why they start off with HTML because it's the easiest, well the basics.
    I'm not saying "master" like knowing all the single library and module of...
  22. Thread: Learning.

    by KekKing
    Replies
    3
    Views
    1,144

    [Discussion] Learning.

    I'm currently at a highschool based on informatic data/ programming analyzing, basically coding.
    In my first year I learnt HTML.
    I have two more years, this one and one more.
    After HTML they are...
  23. Replies
    12
    Views
    1,189

    Javascript has a lot of cross-platforms and is...

    Javascript has a lot of cross-platforms and is pretty fucking nice.
    I personally like more script languages like R, Python, Perl, Ruby(pretty useless language now but was once very good, just like...
  24. [WTS] How the fuck this ain't closed already, it been 2...

    How the fuck this ain't closed already, it been 2 years kek.
  25. Replies
    4
    Views
    761

    New Mark Zucc.

    New Mark Zucc.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4