generales

I was struggling with the "UNEXPECTED_ERROR, An unexpected error occurred. Error ID" error received while using the Netsuite Webservice endpoints. The error looked something like so: [shell] <soapenv:Body> <addResponse xmlns="urn:messages_2014_2.platform.webservices.netsuite.com"> <writeResponse> <platformCore:status xmlns:platformCore="urn:core_2014_2.platform.webservices.netsuite.com"...

Sometimes when you're playing with new code it is kind of difficult to find out where they are declared or maybe this method are declared using metaprogramming and they are not explicitly declared: In most of the cases you can just copy your method or function and search it in the repository using ack http://beyondgrep.com/ or silver searcher(ag) https://github.com/ggreer/the_silver_searcher but if you are not able to find the method you're looking for using some of this searcher tools you can use some gem for debugging for example debugger https://github.com/cldwalker/debugger or pry https://github.com/pry/pry.

Hey there, Here you can find some examples using regular expression if you want to test your own regular expression you could use the following website to do it: http://rubular.com/ Regular expresion if you want for example match a exact word and that word is inside a full sentence sometimes and sometimes the first word or sometimes is the last word in the sentence you could use the following expression to get the correct matches: [ruby] ( |^)404( |$) or (^|\s)404(\s|$) [/ruby]

[single_video_player mp4="https://elh.mx/wp-content/uploads/2012/09/28-days-later-soundtrack-18-in-the-house-in-a-heartbeat.mp3" ogg="http://heridev.com.mx/wp-content/uploads/2012/09/28-days-later-soundtrack-18-in-the-house-in-a-heartbeat.mp3" title="sountrack "] [divider] [html5audio mp3="http://heridev.com.mx/wp-content/uploads/2012/09/Sing-For-Absolution-Muse-Lyrics.mp3" ogg="http://heridev.com.mx/wp-content/uploads/2012/09/Sing-For-Absolution-Muse-Lyrics.mp3" preload="none" controls="controls"]Your browser does not support the audio tag.[/html5audio] [clear] [divider] [single_audio_player mp3="http://heridev.com.mx/wp-content/uploads/2012/09/goo-goo-dolls-iris.mp3" ogg="http://heridev.com.mx/wp-content/uploads/2012/09/goo-goo-dolls-iris.mp3" title="http://heridev.com.mx/wp-content/uploads/2012/09/goo-goo-dolls-iris.mp3"]...

Hello everybody, After to install the janus for vim i see all the themes included but any of them like me, only that like me is the solarized theme the steps to install it are are the next: We need to clone the files with the next code using git command: First of all we need to download and we need only one file, now in the terminal we run the next command but before we can download in the directory that we want.

Para poner a tope nuestro vim (mvim or gvim), yo siempre instalo janus para que instale muchos de los plugins muy funcionales como nerdtree (navegador de archivos en la parte lateral izquierda), autocompletador de archivos, entre otros para instalar janus podemos visitar la siguiente liga https://github.com/carlhuda/janus, despues de eso continuamos con nuestros sortcuts. Nota importante: En este caso no se deben de presionar todas las teclas al mismo tiempo si no que primero presionas la primer tecla sueltas y despues las teclas que siguen y sueltas y no deben de presionarse todas al mismo tiempo como el de cortar o pegar (ctrl + c or ctrl + v).