<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Autarchy of the Private Cave &#187; search</title> <atom:link href="https://bogdan.org.ua/tags/search/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Wed, 28 Dec 2022 16:09:04 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>Search and replace in a MySQL table</title><link>https://bogdan.org.ua/2009/10/27/search-and-replace-in-a-mysql-table.html</link> <comments>https://bogdan.org.ua/2009/10/27/search-and-replace-in-a-mysql-table.html#comments</comments> <pubDate>Tue, 27 Oct 2009 07:37:34 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[how-to]]></category> <category><![CDATA[Notepad]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[replace]]></category> <category><![CDATA[search]]></category> <category><![CDATA[snippet]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=917</guid> <description><![CDATA[This query performs a table-wide search-and-repalce: UPDATE `table_name` SET `table_field` = REPLACE(`table_field`,&#8217;string to search for and replace&#8217;,'replacement string&#8217;); If you need a database-wide search-and-replace, you could try this script (I haven&#8217;t tested/used it myself). Beware of the following gotchas: wrong query syntax may ruin the field you are performing replace on, so always backup first! [&#8230;]]]></description> <content:encoded><![CDATA[<p>This query performs a table-wide search-and-repalce:</p><blockquote><p>UPDATE `table_name` SET `table_field` = REPLACE(`table_field`,&#8217;string to search for and replace&#8217;,'replacement string&#8217;);</p></blockquote><p>If you need a database-wide search-and-replace, you could try <a
href="http://blog.irmsgeekwork.com/phpmysql-full-database-search-and-replace" class="broken_link" rel="nofollow">this script</a> (I haven&#8217;t tested/used it myself).</p><p>Beware of the following gotchas:</p><ol><li>wrong query syntax may ruin the field you are performing replace on, so <strong>always backup first!</strong></li><li>be sure to provide &#8220;search-for&#8221; string as specific as possible, or you will get<strong> unexpected replacements</strong> (e.g. replacing <em>mini</em> with <em>little</em> will also convert all <em>minivans</em> into <em>littlevans</em>); also, do use WHERE clause when necessary to limit the number of rows modified</li><li>the function in the example is <strong>case-sensitive</strong>, so replacing all <em>minivans</em> with <em>vehicles</em> won&#8217;t replace <em>Minivans</em>. However, I believe there exists a case-insensitive version of REPLACE function</li></ol><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F10%2F27%2Fsearch-and-replace-in-a-mysql-table.html&amp;linkname=Search%20and%20replace%20in%20a%20MySQL%20table" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F10%2F27%2Fsearch-and-replace-in-a-mysql-table.html&amp;linkname=Search%20and%20replace%20in%20a%20MySQL%20table" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F10%2F27%2Fsearch-and-replace-in-a-mysql-table.html&amp;linkname=Search%20and%20replace%20in%20a%20MySQL%20table" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F10%2F27%2Fsearch-and-replace-in-a-mysql-table.html&amp;linkname=Search%20and%20replace%20in%20a%20MySQL%20table" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F10%2F27%2Fsearch-and-replace-in-a-mysql-table.html&amp;linkname=Search%20and%20replace%20in%20a%20MySQL%20table" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2009%2F10%2F27%2Fsearch-and-replace-in-a-mysql-table.html&#038;title=Search%20and%20replace%20in%20a%20MySQL%20table" data-a2a-url="https://bogdan.org.ua/2009/10/27/search-and-replace-in-a-mysql-table.html" data-a2a-title="Search and replace in a MySQL table"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2009/10/27/search-and-replace-in-a-mysql-table.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>COTRASIF: conservation-aided transcription factor binding site finder</title><link>https://bogdan.org.ua/2008/05/20/cotrasif-conservation-aided-transcription-factor-bindin-site-finder.html</link> <comments>https://bogdan.org.ua/2008/05/20/cotrasif-conservation-aided-transcription-factor-bindin-site-finder.html#comments</comments> <pubDate>Tue, 20 May 2008 17:33:47 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[Bioinformatics]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Science]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[COTRASIF]]></category> <category><![CDATA[eukaryotic]]></category> <category><![CDATA[HMM]]></category> <category><![CDATA[PFM]]></category> <category><![CDATA[PWM]]></category> <category><![CDATA[search]]></category> <category><![CDATA[tool]]></category> <category><![CDATA[web-based]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=295</guid> <description><![CDATA[With this post, I&#8217;m finally announcing the opening of the (mostly) functional COTRASIF web-tool, created for the genome-wide identification of promoter regulatory sequences (transcription factor binding sits, TFBS). You can learn more from the About and Help pages. For an example of use, see the Supplement page (article is currently being prepared; as soon as [&#8230;]]]></description> <content:encoded><![CDATA[<p>With this post, I&#8217;m finally announcing the opening of the (mostly) functional <a
href="http://biomed.org.ua/COTRASIF/" class="broken_link" rel="nofollow">COTRASIF</a> web-tool, created for the <a
href="http://biomed.org.ua/COTRASIF/" class="broken_link" rel="nofollow">genome-wide identification of promoter regulatory sequences</a> (transcription factor binding sits, TFBS). You can learn more from the <a
href="http://biomed.org.ua/COTRASIF/about.html" class="broken_link" rel="nofollow">About</a> and <a
href="http://biomed.org.ua/COTRASIF/help.html" class="broken_link" rel="nofollow">Help</a> pages. For an example of use, see the <a
href="http://biomed.org.ua/COTRASIF/supplement.html" class="broken_link" rel="nofollow">Supplement</a> page (article is currently being prepared; as soon as it&#8217;s ready, I&#8217;ll make it available).</p><p>If you are interested &#8211; have a look at the <a
href="http://biomed.org.ua/COTRASIF/news.html" class="broken_link" rel="nofollow">News</a> page, where there is information on joining <a
href="http://groups.google.com/group/cotrasif">COTRASIF Google group</a>. For non-public enquiries, please use my <a
href="http://bogdan.org.ua/contact">contact page</a>.</p><p>Note: the problem of identifying eukaryotic transcription factor binding sites stays acute for many years in a row &#8211; see e.g. the most recent <a
href="http://biomed.org.ua/en/blogs/bogdan/eukaryotic-transcription-factor-binding-sites-modeling-and-integrative-search-method" class="broken_link" rel="nofollow">Eukaryotic transcription factor binding sites &#8211; modelling and integrative search methods</a>.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F05%2F20%2Fcotrasif-conservation-aided-transcription-factor-bindin-site-finder.html&amp;linkname=COTRASIF%3A%20conservation-aided%20transcription%20factor%20binding%20site%20finder" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F05%2F20%2Fcotrasif-conservation-aided-transcription-factor-bindin-site-finder.html&amp;linkname=COTRASIF%3A%20conservation-aided%20transcription%20factor%20binding%20site%20finder" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F05%2F20%2Fcotrasif-conservation-aided-transcription-factor-bindin-site-finder.html&amp;linkname=COTRASIF%3A%20conservation-aided%20transcription%20factor%20binding%20site%20finder" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F05%2F20%2Fcotrasif-conservation-aided-transcription-factor-bindin-site-finder.html&amp;linkname=COTRASIF%3A%20conservation-aided%20transcription%20factor%20binding%20site%20finder" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F05%2F20%2Fcotrasif-conservation-aided-transcription-factor-bindin-site-finder.html&amp;linkname=COTRASIF%3A%20conservation-aided%20transcription%20factor%20binding%20site%20finder" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2008%2F05%2F20%2Fcotrasif-conservation-aided-transcription-factor-bindin-site-finder.html&#038;title=COTRASIF%3A%20conservation-aided%20transcription%20factor%20binding%20site%20finder" data-a2a-url="https://bogdan.org.ua/2008/05/20/cotrasif-conservation-aided-transcription-factor-bindin-site-finder.html" data-a2a-title="COTRASIF: conservation-aided transcription factor binding site finder"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2008/05/20/cotrasif-conservation-aided-transcription-factor-bindin-site-finder.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Ukrainian web-portal bigmir.net switched from own free email service to gmail</title><link>https://bogdan.org.ua/2007/10/30/ukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html</link> <comments>https://bogdan.org.ua/2007/10/30/ukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html#comments</comments> <pubDate>Tue, 30 Oct 2007 19:05:33 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[development]]></category> <category><![CDATA[free]]></category> <category><![CDATA[google]]></category> <category><![CDATA[history]]></category> <category><![CDATA[import]]></category> <category><![CDATA[important]]></category> <category><![CDATA[personality]]></category> <category><![CDATA[search]]></category> <category><![CDATA[server]]></category> <category><![CDATA[services]]></category> <category><![CDATA[term]]></category> <category><![CDATA[Ukraine]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/2007/10/30/ukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html</guid> <description><![CDATA[Just a minute ago, I was shocked after logging in to mail.bigmir.net: instead of the bigmir&#8217;s own, HTML-only email interface, I got redirected at the gmail&#8217;s &#8220;Terms and conditions&#8221;, after accepting which I found my emails in the classic gmail mailbox. First thing to think about: at least they did transfer all my emails to [&#8230;]]]></description> <content:encoded><![CDATA[<p>Just a minute ago, I was shocked after logging in to mail.bigmir.net: instead of the bigmir&#8217;s own, HTML-only email interface, I got redirected at the gmail&#8217;s &#8220;Terms and conditions&#8221;, after accepting which I found my emails in the classic gmail mailbox.</p><p>First thing to think about: at least they did transfer all my emails to the new account.</p><p>Second: hey, they had given up their own email interface! Are they leaving the web-portal market of Ukraine? Was the part of their team (which later formed MI6) too important to handle their exodus with no consequences? Is that just a desire to give customers &#8220;better&#8221; interface and not invest anything into development?</p><p>I hope this won&#8217;t be a trend, for every service to have Google behind their servers. Or even just behind the name, to avoid extra complexity of having a server.</p><p>Finally, I think I&#8217;ll get used. But it was only yesterday, that I read the Google anti-utopia, where Big Brother&#8217;s name is (evidently) Google, and it&#8217;s webcams and microphones and search history define each person&#8217;s future AND guilt. Scary&#8230;</p><p>And I wonder which will be the next service of bigmir.net, &#8220;outsourced&#8221; like their email.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F30%2Fukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html&amp;linkname=Ukrainian%20web-portal%20bigmir.net%20switched%20from%20own%20free%20email%20service%20to%20gmail" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F30%2Fukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html&amp;linkname=Ukrainian%20web-portal%20bigmir.net%20switched%20from%20own%20free%20email%20service%20to%20gmail" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F30%2Fukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html&amp;linkname=Ukrainian%20web-portal%20bigmir.net%20switched%20from%20own%20free%20email%20service%20to%20gmail" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F30%2Fukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html&amp;linkname=Ukrainian%20web-portal%20bigmir.net%20switched%20from%20own%20free%20email%20service%20to%20gmail" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F30%2Fukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html&amp;linkname=Ukrainian%20web-portal%20bigmir.net%20switched%20from%20own%20free%20email%20service%20to%20gmail" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2007%2F10%2F30%2Fukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html&#038;title=Ukrainian%20web-portal%20bigmir.net%20switched%20from%20own%20free%20email%20service%20to%20gmail" data-a2a-url="https://bogdan.org.ua/2007/10/30/ukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html" data-a2a-title="Ukrainian web-portal bigmir.net switched from own free email service to gmail"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2007/10/30/ukrainian-web-portal-bigmirnet-switched-from-own-free-email-service-to-gmail.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>