Monday, 7 January 2019

Algorithm Complexity











                                     
                                                                   Please help us keep on inspiring you

Thursday, 16 November 2017

Difficulties with Making a Poster?





I was here cracking my head for trying to find out how to use MS Office and still make a good poster. Guess what? IT is the solution! Free templates... See:


1) https://www.posterpresentations.com/html/free_poster_templates.html

2) https://phdposters.com/

3) https://templates.office.com/en-us/Posters


                                     

                    Please help us keep on inspiring you

Sunday, 5 November 2017

Latex, Here, I Want My Figure Right Here!





You want to place your figure right after the title but you are getting text there even though the figure appears before the text in your Latex code: That is when you need this. 






\usepackage{float}

\begin{figure}[H]

\centering
\includegraphics{slike/visina8}
\caption{Write some caption here}\label{visina8}

\end{figure}


Please help us keep on inspiring you

Caption of Figures, Latex: Making them Smaller







Sometimes you got everything right in terms of pictures and Latex but you would like to see the sigmatoid Picture a bit smaller in your .pdf. Here you have the how (Caption):



\usepackage[font=scriptsize]{caption}


Please help us keep on inspiring you

Figures, Latex: Side by Side

It is easy if you just copy and paste (source)

\being{figure}
\centering
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=.4\linewidth]{image1}
\captionof{figure}{A figure}
\label{fig:test1}
\end{minipage}%
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=.4\linewidth]{image1}
\captionof{figure}{Another figure}
\label{fig:test2}
\end{minipage}
\end{figure}








Thursday, 2 November 2017

NETGEAR: Number of Devices x Wi-Fi




In case you want to limit the number of devices connecting to your Wi-Fi: 

Limitation







_________________________________





Please help us keep on inspiring you

Friday, 8 September 2017

Google Groups: A Detail



In the non-IT world, someone created this joke: What is it that everyone can see but God can't? 


The answer?


A similar creature!


In IT: What is it that lets you see everyone else but not yourself?


The answer?


Google Groups!


I was using, for the first time, Google Groups. Michael Z., my fellow in the endeavor, patiently explained this to me as I panicked and said: Jee, I am not in the group because my name does not appear and I see 3 but we are four. 




_________________________________





Please help us keep on inspiring you