Found this nifty Chrome extension that allows increasing play speed on Crunchyroll.Shift + Up to increase speed (upto 2x)Shift + Down to decreaseShift + r to resethttps://github.com/dannyfan/crunchyroll-playback-speed
Musipedia of Metal: Reviews: Kaleikr, Crystal Lake, Far From Refuge, F...: Kaleikr: Heart Of Lead (Debemur Morti Productions) [Mark] Well shit, Kaleikr have done something that I thought was near enough impossible...
My band Far From Refuge has released our first single titled Emergence. It's also available on all major streaming platforms.Lyric video on Youtube:Band webpageFacebook
Java 8 based desktop GUI application available fromhttps://github.com/enasequence/ena-ftp-downloaderGet the latest release from https://github.com/enasequence/ena-ftp-downloader/releasesSupports:1. Search by accession2. Upload a search report3. Search using query stringDownloading supports FTP and Aspera (where available) and features likeprogress indicatorautomatic MD5 verificationStop/Continue of downloads ...
I was caught unawares by the fact that when you use Spring boot's datasource auto configuration (for an Oracle database in my case), it creates a tomcat connection pool with 10 as the initial number of connections by default. It then uses one connection as active, and the other 9 will remain in inactive state.Given that my CommandLineRunner app needed ...
I was caught unawares by the fact that when you use Spring boot's datasource auto configuration (for an Oracle database in my case), it creates a tomcat connection pool with 10 as the initial number of connections by default. It then uses one connection as active, and the other 9 will remain in inactive state.Given that my CommandLineRunner app needed ...
If your Swagger2 UI (Springfox swagger2 in my case) works when run with bootRun but not when deployed in an external container, with the following symptoms.404 for <your base url>/swagger-resources/configuration/uiUnable to infer base Url messageMake sure your Spring Boot application class extends the SpringBootServletInitializer.
If your Swagger2 UI (Springfox swagger2 in my case) works when run with bootRun but not when deployed in an external container, with the following symptoms.404 for <your base url>/swagger-resources/configuration/uiUnable to infer base Url messageMake sure your Spring Boot application class extends the SpringBootServletInitializer.
How can you set Vertica specific properties on a container managed connection pool?Set up your resource as follows. The trick is to create a GenericNamingResourcesFactory for the dataSource with the Vertica properties, and then create a pooled dataSource using it.For Vertica specific properties like ConnectionLoadBalance, the case is important.Set the parameters in {} as you need.<Resource factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory" name="jdbc/{myResourceName]"type="com.vertica.
Set up your resource as follows. The trick is to create a GenericNamingResourcesFactory for the dataSource and then create a pooled dataSource using it.For Vertica specific properties like ConnectionLoadBalance, the case is important.Set the parameters in {} as you need.<Resource factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory" name="jdbc/{myResourceName]"type="com.vertica.jdbc.DataSource"database="{database sid}"host="{blah1.blah.com}"userID="{usrename}"password="{password}"Connecti
As I'm learning Angular2 by doing a project, I was looking around for an free IDE that supports TypeScript. My tool of choice Intellij Idea has it, but only in the Ultimate Editions (the version 12 which I have a license for doesn't have TypeScript support).Lo and behold, Visual Studio Code, a free and open source editor that fully supports ...
As I'm learning Angular2 by doing a project, I was looking around for an free IDE that supports TypeScript. My tool of choice Intellij Idea has it, but only in the Ultimate Editions (the version 12 which I have a license for doesn't have TypeScript support).Lo and behold, Visual Studio Code, a free and open source editor that fully supports ...