'. '

Search results

From APIDesign

You searched for C*

Jump to: navigation, search

There is no page titled "C*".

For more information about searching APIDesign, see Help.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)

Page title matches

  1. CacheForModularity (4,221 bytes)
    1: ...n helpful. Except until one creates [[cache]]s. [[Cache]]s for modular execution.
    5: The [[NetBeans]] IDE improved its cold start by 30% from '''33s''' in version 6.0 to '''...
    34: the '''resources cache''' - we are able to start [[NetBeans]] without op...
    35: ...es. Btw. there is a lot of them, [[NetBeans]] 6.7 contains 600 to 1000 of [[JAR]]s.
    48: ..., few times is not going to hurt anyone) it so it creates
  2. Lambda calculus (400 bytes)
    1: ...ts λs are quite similar to [[closures]]. [[Closures]] are essential for the most object oriented lang...
  3. Case Study of Writing the Extensible Visitor Pattern (595 bytes)
    3: ...e Study of Writing the Extensible Visitor Pattern|Chapter 18]].
  4. CDDL (329 bytes)
    1: ...|CDDL]] is a [[Mozilla]] like open source license created by [[Sun]] for its own open source projects ([[Ne...
    3: ...e [[NetBeans]] sources were dual-licensed under [[CDDL]] as well as [[GPLwithClassPathException]].
  5. CentOS (184 bytes)
    1: [[wikipedia:CentOS|CentOS]] is a result of doing [[Open source]] the way it...
  6. DVB Central (133 bytes)
    1: ...t desktop one, no UI) based on [[NetBeans Runtime Container]]. [http://dvbcentral.sf.net Homepage...]
  7. ChameleonBuilder (6,213 bytes)
    1: ...vor of using defaults. However what can one do if certain attribute is essential - e.g. needs to be specifi...
    5: ...va]] or other typed languages are used to. We can certainly do better.
    9: ... {{truffle|com/oracle/truffle/api/source|Source}} class. One would use it as:
    15: ...ffle/api/source|Source}} and which of them is the content? Hardly, I don't remember the order either. Now i...
    25: ...ong type from the '''build()''' method. The class could look like:
  8. Chance (386 bytes)
    1: ...one of my [[NetbinoxTutorial|screen-cast]] that [[chance]] in evolution is not random because of natural s...
    2: .../www.talkorigins.org/faqs/faq-misconceptions.html#chance]
    3: OK, but how can you explain [[Parallel Inventions]]?
    9: <comments/>
    11: {{:Talk:Chance}}
  9. Ever Changing Targets (819 bytes)
    3: ...ystem development and [[Ever Changing Targets|the chapter 4]] discusses its implications and the actions we...
  10. Charles University (284 bytes)
    1: [http://www.cuni.cz Charles University] is the place where [[User:JaroslavTul...
  11. Sex Webcams Cam Chat (4,962 bytes)
    1: ==<center>Sex Webcams Cam Chat</center>==
    10: ...at <big>'''<u>Sex Webcams Cam Chat</u>'''</big>]</center>==
    83: ...s , Live sex chat , Live webcam girls Free webcam chat rooms and adult. Feed your lust with our horny.
    85: ...vate personali adult girl webcams erotiche adulti chat live dal girls vivo webcam donne on line online.
    87: ...ams and adult chat rooms for men and women webcam chat .
  12. How to Check the Quality of an API (0 bytes)
  13. Checked exception (11,009 bytes)
    1: ...nvention ever. I like [[exception]]s and I like [[Checked exception]]s. One day I'll explain why.
    3: == Don't Forget to Catch Me ==
    5: ...or an input/output error - e.g. forcing people to catch {{JDK|java/io|IOException}} seems like the right ...
    7: ... going to pollute the client code with useless '''catch''' statements.
    9: == Can't Decide Upfront ==
  14. API Design Checklist (1,959 bytes)
    1: ...'s perspective also success of your products. One can learn the important facts through own [[TheAPIBoo...
    3: ... [[clueless]] way: Let's follow an [[API]] Design Checklist!
    5: ...ces their total [[Cost of Ownership]] and also is cool enough to attract their attention.
    7: ...g. We show how to create an [[API]] that leads to code shorter than in scripting languages while keeping...
    13: [[Category:Video]]
  15. Choosing Best Making Knife Allocate (2,479 bytes)
    1: ...the very sharpest edge a person's knife should be capable including. Adding in a significant edge inside a...
    3: ...r slip. Keep the particular knives sudden on your company next shopping or outdoors trip that has a laptop ...
    5: ...e off of! A tax year ago, driving past an antique collectible shop 1 noted a nicely got Spanish summary sword s...
    7: ... slashing butter, with no task on a part and as a consequence no destruction.
  16. Chrome (226 bytes)
    1: ...bKit]] and contains its own [[JavaScript]] engine called [[V8]]. The engine is quite [[good]] as our [[Bck...
  17. Chuck Norris (1,722 bytes)
    1: ...ck's capability. ''Chuck can instantiate abstract classes!''
    3: ...]. A name like '''DefaultNode''' would suite that class more.
    5: ... to change the name (as we would break [[backward compatibility]]) and not gained much. Rather we learned to live...
    7: ...his magnificent power and please don't misplace [[Chuck Norris]] and [[wikipedia:Bruce Lee|Bruce Lee]]:
    12: [[Category:Video]]
  18. ClarityOfAccessModifiers (8,203 bytes)
    1: An important aspect of any [[API]] is its [[Clarity]]. As [[API]] is about
    2: ...etween the [[API]] writer and [[API]] user, the [[Clarity]]
    3: ...ied to the communication. If the communication is clear,
    4: if the intention of the [[API]] writer correctly re-emerges in [[API]] users'
    5: heads then the [[API]] is clear enough.
  19. ClarityOfTypes (6,491 bytes)
    1: ...ecipe to turn those fuzzy meanings into [[clarity|clear]] ones. Yet the result is still not ideal. Someth...
    3: ...pic can be found in [[Cooperating_with_Other_APIs|Chapter 10]] of [[TheAPIBook]]. Here is alternative onlin...
    5: ... is an example of more correct, but slightly more complex elimination:
    9: ...the concerns and have one [[API]] for [[ClientAPI|callers]] and one for [[ProviderAPI|implementors]].
    11: ...on (''callback'' means '''protected final''' as [[ClarityOfAccessModifiers|mentioned here]]).
  20. Abstract class (1,425 bytes)
    1: ...e [[ClarityOfAccessModifiers]] is not obeyed, one can get into significant troubles as illustrated on t...
    3: ...exists and is '''public''' - in such case it gets called in unpredictable moments).
    5: ...set of access modifiers one can use in [[abstract class]]es than in [[ImplementOnlyInterface]].
    7: ...io/charset|CharsetEncoder}} shows by having all [[ClientAPI]] methods '''public final''' and all the others '...
    10: Still, in the name of [[ClarityOfTypes|clarity]], consider separating [[APIvsSPI]] into separate types.

Page text matches

  1. Turmeric Benefits , Turmeric , curcumin , Tumeric , turmeric uses , turmeric for skin (3,266 bytes)
    3: ... which have been useful for hundreds of years and can benefit your health in a multitude of ways.
    5: ...is spice utilized in Indian and a number of other cuisines is regarded as one of the very powerful healing s...
    9: ..., speeding wound healing, relieving headaches and clearing nasal passages. There's been research suggesting ...
    13: ...tive load and inflammation. Furthermore, consider choosing foods or recipes that incorporate spices which ha...
    17: ...ns why Indians will always put it to use in meals cooked.
  2. Declarative Programming (2,381 bytes)
    3: ...ood question, which the [[Declarative Programming|chapter 12]] analyses as well and it even suggest some go...
    7: ...s to resort to actual execution of the registered code snippets.
    9: ...d execute all the [[JavaScript]] snippets as they can provide different results on Monday, or Tuesday o...
    11: ...ons not available with regular execution of plain code.
  3. OlderBlogPosts (111,273 bytes)
    3: ...t by using OOP and insisting on encapsulation one cannot implement linked list as effectively as in C is a...
    5: ...he past. In modern languages, like [[Scala]], one can keep encapsulation and still be as effective as t...
    7: ...need is proper orchestration between the ''List'' container and its [[trait|element]]s. [[Scala]] will then t...
    25: ...sion or [[Ostrava|Ostrava's 2011]] translation to Czech.
    27: ...will give that talk few plus points and raise its chances to be accepted.
  4. Factory (898 bytes)
    1: ...public static method that returns instance of the class:
    6: * the class is not subclassable, which solves a lot of nasty ...
    7: * one can create a cache or have pool of instances to return
    8: * the whole factory method can be synchronized, preventing parallel access
    9: * one can return subclass of the return type, not the type ...
  5. Java Monitor (4,248 bytes)
    1: ...has yet another hidden flaw, kind of example of [[Copy Based Design]] problem: the [[Java Monitor]]s imp...
    3: Imagine there is an '''Cache''' support class in some [[API]]:
    5: <source lang="java" snippet="monitor.pitfalls.Cache"/>
    7: ...k. However that would be false assumption. Simple call like:
    11: ...[deadlock]] while waiting to enter internal(!) '''Cache''''s [[monitor]]:
  6. CacheForModularity (4,221 bytes)
    1: ...n helpful. Except until one creates [[cache]]s. [[Cache]]s for modular execution.
    5: The [[NetBeans]] IDE improved its cold start by 30% from '''33s''' in version 6.0 to '''...
    34: the '''resources cache''' - we are able to start [[NetBeans]] without op...
    35: ...es. Btw. there is a lot of them, [[NetBeans]] 6.7 contains 600 to 1000 of [[JAR]]s.
    48: ..., few times is not going to hurt anyone) it so it creates
  7. NetbinoxPerformance (2,145 bytes)
    1: ...cture is also the [[netbeans:StartupCache|startup cache]] which eliminates the need to open [[JAR]] files...
    3: ...lled [[Netbinox]] to specifically use [[Equinox]] container. The whole system has been working quite fine for...
    16: | Cold [[startup]]
    21: | Warm [[cache]]s
    28: ... on cold start of [[JDeveloper]] (with caches) is clearly visible.
  8. MagicalStrings (3,309 bytes)
    1: ...capable, but which people with in-depth knowledge can use to perform magical powerful things is to use ...
    4: public void configure(String url);
    7: ...? Maybe, but can you see how capable [[API]]s you can offer member of your secret [[API]] society?
    9: ...ports both [[Felix]] and [[Equinox]] and having ''containerisms'' is not really flexible. I did not know what to ...
    11: ...read the [[OSGi]] spec. But I did. Maybe not that carefully, but it is easy to oversight some [[MagicalString...
  9. JDeveloper (6,776 bytes)
    5: ...that [[NetBeans]] (and the [[NetBeans Platform]]) could be useful to Oracle.
    7: === Common Ground ===
    9: .... As it is always easier to share when there is a common ground, I started to talk more about [[OSGi]] and...
    13: ...lso de-facto standard [[module system]]. Everyone could benefit, but I admit my primary motivation was to...
    17: ...well! Of course the solution is not the same, but clearly the original problem was very similar. Oh those [...
  10. ObfuscatePerLibrary (5,785 bytes)
    1: ... gigantic static [[JavaScript]] (like [[GWT]] and currently also [[TeaVM]] does).
    5: ...method or field names. This leads to much shorter code and faster download times.
    7: ...[OSGi]] library [[JAR]], there is a simple way to create an [[OSGiWrapper]] around it.
    9: == Faster Compilation ==
    11: ...ection in [[Bck2BrwsrJavadoc]]), and you can also configure your project to prepare [[Bck2BrwsrLibraries]] fo...
  11. Virtualization (5,493 bytes)
    1: ...''achieve more by knowing less'' - the credo of [[cluelessness]].
    5: ...y I was using [[vserver]], but after my hard disk crashed, I decided to try [[VirtualBox]].
    7: ...ated 650MB(!!!) of virtual addressing space. Just check the ''top'' output:
    11: Cpu(s): 0.7%us, 4.7%sy, 0.0%ni, 94.6%id, 0.0%wa, ...
    13: ... total, 16064k used, 391480k free, 111272k cached
  12. Startup (5,922 bytes)
    1: First impressions are very hard to change. This old observation is valid in many
    3: first impression can be decisive. Make sure your programs behave so th...
    6: ...e of desktop applications, executed on users' own computers, one of the first
    7: ...it takes to launch the application. Especially in case of
    9: class files, link them together, recompile them so the ...
  13. WeakReference (2,273 bytes)
    1: [[Chapter 11]] talks about [[Runtime_Aspects_of_APIs]] and ...
    3: ...t may be an incompatible [[API]] change. Suddenly client listeners may disappear from memory. In spite the...
    7: ... and then they get broken code. Well, half-broken code. Why half-broken?
    9: ...stener actually gets [[Garbage Collection|garbage collected]] - may seem a bit mysterious for those who use [...
    11: === Caching May Change Any [[API]] ===
  14. Malware (4,383 bytes)
    1: ...ource-supply-chain The Octopus open source supply chain] article.
    5: ...loper has allowed an untrusted code to run on own computer and modify local executable files.
    9: ...r hot and it is fair to ask why did the attackers choose [[NetBeans]]? My favorite explanation is that it ...
    11: ...R]] files in ''$HOME/.m2/repository'' directory & co. just like the octopus malware did for the [[Ant]...
    15: ...]] guys couldn't understand why having a [[Turing complete]] build system is wrong. [[I]] assume they get it...
  15. Modular Java SE (19,537 bytes)
    1: ...a_platform Mark Reinhold's blog]). This page will capture my thoughts and experiments on this topic. I don'...
    3: There can be many reasons for having [[module system|modula...
    9: ...ication will require some overhead. Not much, but certainly something.
    13: ...s at all. Thus we have the deployment benefits as claimed in [[Modularity|manifesto of modular programming]...
    15: ... application, you'd better refactor your code and classes. Modularization is not going to help you. Modular...
  16. CompileTimeCache (8,107 bytes)
    1: ...ring first execution/computation. Just like the [[CacheForModularity]], they provide another store for information ava...
    3: ...rewriting the ''Anagram Game'' as introduced in [[Chapter 7]].
    11: ...th this [[annotation]] instructing the [[API]] to call this method whenever somebody needs a list of wor...
    15: ...ns), it already simplifies the use of the [[API]] compared to original [[ServiceLoader]] based alternative -...
    17: === Compiler Plugin ===
  17. Netbinox (8,652 bytes)
    1: ... its ''Experiences from Building the Fastest OSGi Container on the Planet'' at [[OSGiCon]]. Find the slides a...
    4: ... this project now represents the fastest [[OSGi]] container on the planet. Even faster than plain [[Equinox]]...
    6: ...f [[Mylyn]] (especially [[bugzilla]] and [[JIRA]] connectors).
    8: == Can [[Netbinox]] be Better than [[Equinox]]? ==
    10: ...y, people believed that ''things heavier than air can't fly'' too.
  18. Javeleon (5,181 bytes)
    1: ...ple one can (in contrast to [[JDK]] [[Hotswap]]), change ''Bundle.properties'' files.
    5: == [[Hotswap]] is not Only About Changing Classes ==
    7: ...ersen convinced me - having the ability to update classes, is just the first step. There is much more that ...
    11: ...ing of resources, one needs to enhance existing ''ClassLoader''s a bit.
    13: ...ble to support ''real'' [[hotswap]] of any custom code and resources.
  19. JavaOne2011 (5,743 bytes)
    1: ...mitted them for [[JavaOne2012]]). Anyway I was in Califonia at the end of September 2011 and I enjoyed the ta...
    18: ...scovered Kirkk's [http://www.kirkk.com/modularity/chapters/ Modular Architecture] book and literarly forced ...
    26: ...it got accepted. That is why get a smell from the content that will be available in 2012 by reading list of...
    30: ...ks without the hassle of on-startup processing so common in the EE space these days.
    32: ...integration of your technology into any [[Java]]6 compliant IDE.
  20. DevOps (6,799 bytes)
    3: === [[NetBeans]] and Command Line ===
    5: ...uration with the IDE. As a result you could go to command line and type:
    13: ...hat time used to be called. With [[NetBeans]] the configuration was easy: Generate your project and your automati...
    17: === [[Maven]] and co. ===
    19: ...]] is used internally and as such the products of command line vs. IDE builds are rarely different.

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)



Search in namespaces:

List redirects
Search for
Views
Personal tools
buy