Fluid
  • Home
  • Archives
  • Categories
  • Tags
  • About

cyclic code definitions

MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], processEscapes: true, processEnvironments: true, skipTags: ['sc
2014-11-04
study
#math

group theory definition

MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], processEscapes: true, processEnvironments: true, skipTags: ['sc
2014-11-04
study
#math

introduction to font family

SerifIn typography, a serif /ˈsɛrɪf/ is a small line attached to the end of a stroke in a letter or symbol, such as when handwriting is separated into distinct units for a typewriter or typesetter.A t
2014-11-04
operation
#font

Optimal Substructure

Optimal Substructureif optimal solution of the given problem can be obtained by using optimal solutions of its subproblems.For example the shortest path problem has following optimal substructure prop
2014-09-24
development
#algorithm

Overlapping Subproblems

Divide and Conquer Useful when solutions of same subproblems are needed again and again, Like Divide and Conquer, Dynamic Programming combines solutions to sub-problems. like Fibonacci Numbers Not use
2014-09-24
development
#algorithm

Italiano Glossary

word value arrivederci goodbye bene ok bello nice grazie thanks ciao hello Requiescat in pace dead in peace excusa excuse me questo this quello that one vorrei would
2014-09-14
study
#language

clojure lazy sequence

I asked a question in SO some months ago, to get a explaination towards lazy sequence: 1(def fib-seq (lazy-cat [0 1] (map + (rest fib-seq) fib-seq ))) Thanks @omiel provide many useful informatio
2014-09-04
development
#clojure

good glossary

Words below are some good English words that I think can used for replacing old style words. word explaination outstrip surpass; more than matriculate admission by quotidian daily life r
2014-09-04
study
#language

vim long line slowness

Yes, it is very slow to have a long line copy or move within vim, which mostly due to the syntax highlight procedure as explainedJust as mentioned, three enhancement methods are: Turn off syntax hi
2014-09-04
operation
#vim

Ubuntu install wired network driver

Since at the installation at I chose to use wireless network, seems Ubuntu did not install driver for my wired network card.Here I would like to introduce a simplest way to install some general wired
2014-09-01
operation
#linux #network
1…1415161718…23

Search

Hexo Fluid