320 |
771 |
321 |
331 | Tags
322 | 330 |
332 |
338 |
343 |
344 | 333 | A tag is a keyword or label that categorizes your question 334 | with other, similar questions. Using the right tags makes it easier for 335 | others to find and answer your question. 336 |
337 |Type to find tags: | 340 |341 | |
345 |
346 |
347 |
348 |
715 |
731 |
732 |
733 |
734 |
735 |
350 | import× 12458
351 | Refers generally to the process of moving data from an external source into one's platform, program, or data set.
352 |
353 |
354 |
355 |
356 | |
357 |
358 | playframework× 12444
359 | a modern Java and Scala web
360 | application open-source framework that provides a clean alternative to
361 | bloated Enterprise Java stacks.
362 |
363 |
364 |
365 |
366 | |
367 |
368 | ggplot2× 12414
369 | an actively maintained
370 | open-source chart-drawing package for R, written by Hadley Wickham,
371 | based upon the principles of "Grammar of Graphics". It partially
372 | replaces R's basic plot and the …
373 |
374 |
375 |
376 |
377 | |
378 |
379 | timer× 12388
380 | a control that has the functionality to trigger a user defined action at regular intervals as configured by the user.
381 |
382 |
383 |
384 |
385 | |
386 |
389 | orm× 12356
390 | a technique for mapping object-oriented systems to relational databases.
391 |
392 |
393 |
394 |
395 | |
396 |
397 | jquery-plugins× 12334
398 | Custom add-ons and plugins for the jQuery library. jQuery functions and features not included in the standard jQuery library.
399 |
400 |
401 |
402 |
403 | |
404 |
405 | concurrency× 12283
406 | a property of systems in
407 | which multiple computations can be performed in overlapping time
408 | periods. The computations may be executing on multiple cores in the same
409 | c…
410 |
411 |
412 |
413 |
414 | |
415 |
416 | version-control× 12258
417 | the management of changes
418 | to documents, programs, and other information stored as computer files.
419 | Use this tag to mark general questions about usage and applicability of
420 | version con…
421 |
422 |
423 |
424 |
425 | |
426 |
429 | error-handling× 12246
430 | Programming language constructs designed to handle errors signaled by error codes, exceptions or other language specific means.
431 |
432 |
433 |
434 |
435 | |
436 |
437 | docker× 12161
438 | Docker provides a
439 | high-level API to containerize unix processes and applications with some
440 | degree of isolation and repeatability across servers.
441 |
442 |
443 |
444 |
445 | |
446 |
447 | flask× 12150
448 | a web microframework for Python based on "Werkzeug, Jinja 2 and good intentions". BSD-licensed.
449 |
450 |
451 |
452 |
453 | |
454 |
455 | doctrine2× 12141
456 | a PHP (5.3.2+) ORM. While
457 | Doctrine 1.2 uses the Active Record pattern, Doctrine 2 uses the Data
458 | Mapper pattern. The Doctrine project is a collection of open source
459 | libraries and tools …
460 |
461 |
462 |
463 |
464 | |
465 |
468 | ios5× 12124
469 | iOS 5 was released by Apple on Oct 13, 2011.
470 |
471 | it runs on iPhone 3GS, iPhone 4, iPhone 4S, iPod Touch 3rd and 4th generation, as well as all iPad models.
472 |
473 | it has been succeeded by iOS 6.
474 |
475 |
476 |
477 |
478 | |
479 |
480 | dependency-injection× 12120
481 | A design pattern to reduce
482 | coupling between components, by dynamically injecting into a software
483 | component dependencies that it needs to function.
484 |
485 |
486 |
487 |
488 | |
489 |
490 | binding× 12073
491 | means different things in
492 | different contexts; consider using less ambiguous tags instead or in
493 | addition. Common meanings include: Dependency-Injection and Data
494 | Binding to Objects and Binding…
495 |
496 |
497 |
498 |
499 | |
500 |
501 | colors× 12058
502 | for questions about representing or manipulating colors in a programming language.
503 |
504 |
505 |
506 |
507 | |
508 |
511 | parameters× 12025
512 | a type of variable used in a subroutine to refer to the data provided as input to the subroutine.
513 |
514 |
515 |
516 |
517 | |
518 |
519 | constructor× 12010
520 | A special type of subroutine called at the creation of an object.
521 |
522 |
523 |
524 |
525 | |
526 |
527 | combobox× 12006
528 | Combobox allows to select
529 | one option out of several (similar to a listbox), however, only the
530 | selected one is displayed by default (in the interest of screen real
531 | estate).
532 |
533 |
534 |
535 |
536 | |
537 |
538 | dataframe× 11989
539 | a tabular data structure.
540 | Usually, it contains data where rows are observations and columns are
541 | variables of various types. While "data frame" or "dataframe" is the
542 | term used for this …
543 |
544 |
545 |
546 |
547 | |
548 |
551 | properties× 11950
552 | A property, in some
553 | object-oriented programming languages, is a special sort of class
554 | member, intermediate between a field (or data member) and a method.
555 | Properties are read and written like fields, b…
556 |
557 |
558 |
559 |
560 | |
561 |
562 | oracle11g× 11917
563 | an Object-relational
564 | Database Management System (ORDBMS) created by Oracle Corporation.
565 | Specific releases of the product are known as Oracle9i, Oracle10g,
566 | Oracle 11g and Oracle 12c, where "i…
567 |
568 |
569 |
570 |
571 | |
572 |
573 | process× 11858
574 | about operating system
575 | processes. It may also refer to a specific construct on a given
576 | platform, e.g., the System.Diagnostics.Process class for .NET
577 |
578 |
579 |
580 |
581 | |
582 |
583 | cmd× 11816
584 | the Microsoft supplied
585 | command line interpreter on OS/2, Windows CE, and Windows NT operating
586 | systems (including Windows 2000, XP, Vista, 7, Server 2003, an…
587 |
588 |
589 |
590 |
591 | |
592 |
595 | interface× 11693
596 | An interface refers to the
597 | point of interaction between components. Interfaces are applicable at
598 | both the hardware and software level.
599 |
600 | In general, an interface exposes a contract without exposing …
601 |
602 |
603 |
604 |
605 | |
606 |
607 | enums× 11691
608 | A data type consisting of a set of named values called elements, members or enumerators of the type.
609 |
610 |
611 |
612 |
613 | |
614 |
615 | opengl-es× 11681
616 | Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.
617 |
618 |
619 |
620 |
621 | |
622 |
623 | bitmap× 11680
624 | The more general term
625 | pixmap refers to a map of pixels, where each one may store more than two
626 | colors, thus using more than one bit per pixel. Often bitmap is used
627 | for this as well. In some contexts, …
628 |
629 |
630 |
631 |
632 | |
633 |
636 | tkinter× 11673
637 | the standard Python interface to the "Tk" graphical user interface toolkit.
638 | In Python 3, the name of the module changed from Tkinter to tkinter.
639 |
640 |
641 |
642 |
643 | |
644 |
645 | clojure× 11665
646 | a modern Lisp dialect for
647 | the Java Virtual Machine (with versions for the CLR and JavaScript).
648 | More than merely an implementation of Lisp in Java, Clojure provides
649 | access to Java's classes …
650 |
651 |
652 |
653 |
654 | |
655 |
656 | datatable× 11567
657 | ambiguous. In .NET, it's a
658 | class that represents a table of in-memory data. In component based MVC
659 | frameworks like JSF and Wicket, it's an UI component that dynamically
660 | renders…
661 |
662 |
663 |
664 |
665 | |
666 |
667 | casting× 11539
668 | a process where an object type is explicitly converted into another type if the conversion is allowed.
669 |
670 |
671 |
672 |
673 | |
674 |
677 | build× 11536
678 | The process of converting source code files into standalone software artifact(s) that can be run on a computer
679 |
680 |
681 |
682 |
683 | |
684 |
685 | while-loop× 11502
686 | a control structure used in
687 | many programming languages to loop over a set of instructions as long
688 | as a particular condition is met.
689 |
690 |
691 |
692 |
693 | |
694 |
695 | ![]() a free web analytics
697 | solution provided by Google, featuring several client-side APIs, as well
698 | as REST APIs for data export and for management.
699 |
700 |
701 |
702 |
703 | |
704 |
705 | datagrid× 11457
706 | A graphical user interface element that presents a tabular view of data.
707 |
708 |
709 |
710 |
711 | |
712 |
736 |
737 |
738 | tag synonyms
739 |
740 |
741 |
742 |
770 |