法语输入:使用加拿大法语键盘

.emacs backup

nickleeh posted @ Fri, 18 Jun 2010 04:58:30 +0800 in 未分类 with tags emacs , 2834 readers

 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Nick Lee's dotemacs file
;; Last modified time
;; Time-stamp: <Nick 2010-12-04 17:19:41>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 

 

;; ================================================================
;; General settings:
;; ================================================================

(setq user-full-name "Nick Lee")
(setq user-mail-address "nickleeh@gmail.com")

;; Add ~/ to load-path:
(add-to-list 'load-path "~/") 

;; Make backup:
(setq make-backup-files t) 

;; Using version control:
(setq version-control t)

;; define sentences which are separated by _one_ space:
(setq sentence-end-double-space nil) 

;; For htmlize:
(add-to-list 'load-path "~/emacs-plugins/")
(require 'htmlize)
;; ----------------------------------------------------------------
;; Time-stamp settings:

;; use time-stamp:
(setq time-stamp-active t)

;; Turn off the warnings of the time-stamp:
(setq time-stamp-warn-inactive t)

;; Set the format of the time-stamp:
(setq time-stamp-format "%:u %04y-%02m-%02d %02H:%02M:%02S")

;; Add time-stamp when saving file:
(add-hook 'write-file-hooks 'time-stamp)

;; ----------------------------------------------------------------
;; Time settings:
;; Display time on the status line:
(display-time-mode 1)
;;时间使用24小时制
(setq display-time-24hr-format t)
;;时间显示包括日期和具体时间
(setq display-time-day-and-date t)

;;时间的变化频率
(setq display-time-interval 10)
;; Time format:
;; (setq display-time-format "%m月%d日 %A %H:%M")
(setq display-time-format "%H:%M")

;; ================================================================
;; Key bindings:
;; ================================================================

;; use "shift-space" to set mark:
(global-set-key [?\S- ] 'set-mark-command) 

;; use "Alt-#" to query-replace-regexp:
(global-set-key [?\M-#] 'query-replace-regexp)

;; explorer ;; ———- ;;; Windows explorer to open current file – Arun Ravindran

(defun explorer () "Launch the windows explorer in the current directory and selects current file"
  (interactive) 
  (w32-shell-execute "open" "explorer" (concat "/e,/select," (convert-standard-filename buffer-file-name))))

(global-set-key [f12] 'explorer) 

; F12 – Open Explorer for the current file path

;; ;; ----------------------------------------------------------------
;; ;; Ergoemacs settings:
;; ;; ----------------------------------------------------------------
;; ;; Specify your keyboard layout.
;; (setenv "ERGOEMACS_KEYBOARD_LAYOUT" "us") ; US layout

;; ;; Make Emacs load the file, and turn on the mode.
;; ;; load ErgoEmacs keybinding
;; (load "~/emacs-plugins/ergoemacs-keybindings-5.1/ergoemacs-mode")

;; ;; turn on minor mode ergoemacs-mode
;; (ergoemacs-mode 1)

;; ================================================================
;; Start up settings:
;; ================================================================

;; Start eshell at startup:
(eshell)

;; Avoiding irrecognizable characters (support utf-8):
(setq ansi-color-for-comint-mode t) 

;; Start emacs server at startup:
(server-start)

;; close the start up message:
(setq inhibit-startup-message t)

;; ================================================================
;; Settings for LaTeX:
;; ================================================================

;; using MiKTeX as tex option:
;;;(require 'tex-mik) 

;; using TAB to complete:
(add-hook 'LaTeX-mode-hook(lambda()
			    (define-key LaTeX-mode-map (kbd "TAB") 'TeX-complete-symbol)
			    )) 

;; ----------------------------------------------------------------
;; AUCTex settings:
;; ----------------------------------------------------------------
;;;(load "auctex.el" nil t t)

;; preview settings for auctex:
;;; (load "preview-latex.el" nil t t)

;; If image type `png' is not supported:
(setq preview-image-type 'pnm)

;; Turn on auto-fill on latex files:
(add-hook 'LaTeX-mode-hook 'turn-on-auto-fill)

;; xelatex settings:
;; ----------------------------------------------------------------

(add-hook 'LaTeX-mode-hook (lambda()
			     (add-to-list 'TeX-command-list '("XeLaTeX" "%`xelatex%(mode)%' %t" TeX-run-TeX nil t))
			     (setq TeX-command-default "XeLaTeX")
			     (setq TeX-save-query  nil )
			     (setq TeX-show-compilation t)
			     ))

;; ================================================================
;; JavaScript Settings:
;; ================================================================
(add-to-list 'auto-mode-alist '("\\.js\\'" . javascript-mode))
(autoload 'javascript-mode "javascript" nil t)

;; ================================================================
;; Display, color-theme and font settings:
;; ================================================================

;; Disable menu and tool bar:
(tool-bar-mode 0)
(menu-bar-mode 0)

;; Display column number on status bar:
(column-number-mode t)
;; Display time on status bar:
(display-time-mode t)
;; Display file size on status bar:
(size-indication-mode t)

(add-to-list 'load-path "~/emacs-plugins/color-theme-6.6.0") 
(require 'color-theme)
(color-theme-initialize)
(color-theme-classic)

;; line spacing:

;; (defun toggle-line-spacing ()
;; "Toggle line spacing between 1 and 5 pixels."
;; (interactive)
;; (if (eq line-spacing 1)
;; (setq-default line-spacing 5)
;; (setq-default line-spacing 1))
;; )
;; (global-set-key (kbd "<f7>") 'toggle-line-spacing)

(setq default-line-spacing 4)

;; Display tab character in the buffer:
(add-to-list 'load-path "~/emacs-plugins/") 
;; (require 'tab-display)

;; ================================================================
;; font settings:
;; ================================================================

(set-default-font "Monospace-12")

(set-default-font "YaHei Consolas Hybrid-14")
;; (set-default-font "DejaVu Sans Mono-14")
;; (set-default-font "LettrGoth12 BT-16")
(set-fontset-font (frame-parameter nil 'font)
'han '("微软雅黑". "unicode-bmp"))
(set-fontset-font (frame-parameter nil 'font)
'cjk-misc '("微软雅黑" . "unicode-bmp"))
(set-fontset-font (frame-parameter nil 'font)
'bopomofo '("微软雅黑" . "unicode-bmp"))
(set-fontset-font (frame-parameter nil 'font)
'gb18030 '("微软雅黑". "unicode-bmp"))
(set-fontset-font (frame-parameter nil 'font)
'symbol '("微软雅黑". "unicode-bmp"))

;; (setq w32-charset-info-alist
;;       (cons '("gbk" w32-charset-gb2312 . 936) w32-charset-info-alist))

;; (setq default-frame-alist
;;       (append
;;        '((font . "fontset-gbk")) default-frame-alist))

;; (create-fontset-from-fontset-spec
;;  "-outline-Courier New-normal-r-normal-normal-22-97-96-96-c-*-fontset-gbk")
;; (set-fontset-font
;;  "fontset-default" nil
;;  "-outline-微软雅黑-normal-r-normal-*-22-*-96-96-c-*-iso10646-1" nil 'prepend)
;; (set-fontset-font
;;  "fontset-gbk" 'kana
;;  "-outline-微软雅黑-normal-r-normal-*-22-*-96-96-c-*-iso10646-1" nil 'prepend)
;; (set-fontset-font
;;  "fontset-gbk" 'han
;;  ;; "-outline-微软雅黑-normal-r-normal-*-22-*-96-96-c-*-iso10646-1" nil 'prepend)
;;  "-outline-微软雅黑-normal-normal-normal-sans-20-*-*-*-p-*-iso10646-1" nil 'prepend)
;; (set-fontset-font
;;  "fontset-gbk" 'cjk-misc
;;  "-outline-微软雅黑-normal-r-normal-*-22-*-96-96-c-*-iso10646-1" nil 'prepend)
;; (set-fontset-font
;;  "fontset-gbk" 'symbol
;;  "-outline-微软雅黑-normal-r-normal-*-22-*-96-96-c-*-iso10646-1" nil 'prepend)
;; (set-default-font "fontset-gbk")


;; ================================================================
;; spell checking:
;; ================================================================
;; (setq-default ispell-program-name "aspell")
;; (setq-default ispell-local-dictionary "american")
;; (global-set-key (kbd "") 'ispell-complete-word)

;; (setq default-frame-alist
   ;;   '((height  20) (width  80) (menu-bar-lines  0) (tool-bar-lines  0))) 

;; ----------------------------------------------------------------
;; Settings for git-emacs:
(add-to-list 'load-path "~/emacs-plugins/git-emacs")
;;;(require 'git-emacs)

;; ================================================================
;; Language environment and encodings:
;; ================================================================

;;; (require 'unicad)
;; (set-language-environment 'Chinese-GB)
;; (set-keyboard-coding-system 'chinese-iso-8bit)
;; (set-terminal-coding-system 'chinese-iso-8bit)
;; (set-clipboard-coding-system 'chinese-iso-8bit) 


;; (set-language-environment 'Chinese-GB)
;; (set-terminal-coding-system 'euc-cn)
;; (set-keyboard-coding-system 'cn-gb-2312-dos)

;; The following configurations work well for Chinese, but could not input French:
;;;;;;;;;(setq w32-charset-info-alist
;;;;;;;;;      (cons '("gbk" w32-charset-gb2312 . 936) w32-charset-info-alist))
;;;;;;;;;(set-w32-system-coding-system 'chinese-gbk)
;;;;;;;;;(set-selection-coding-system 'chinese-gbk)
;;;;;;;;;;;(set-keyboard-coding-system 'chinese-gbk)
;;;;;;;;;(set-language-environment 'chinese-gbk)
;;;;;;;;;(setq locale-coding-system 'chinese-gbk)
;;;;;;;;;(setq current-language-environment "Chinese-GBK")
;;;;;;;;;

;; display line number at the left side of buffer:
;; (global-linum-mode t)

;; Settings for New Group
;; rmail with pop
(setenv "MAILHOST" "nick8v@126.com")
(setq rmail-primary-inbox-list '("po:nick8v"))
(setq rmail-pop-password-required t)

;; gnus news groups
(setq nntp-maximum-request 1)
(autoload 'gnus "gnus" "Read network news." t)
(autoload 'gnus-post-news "gnuspost" "Post a new news." t)
(setq gnus-nntp-server "news.cn99.com")
(setq gnus-your-domain "nick8v@126.com")
(setq gnus-your-organization "LinuxSIR")
(setq gnus-use-generic-from t)
(setq gnus-use-generic-path t)

;; ================================================================
;; Emacs and Internet:
;; ================================================================

;; emacs-wget:
(autoload 'wget "wget" "wget interface for Emacs." t)
(autoload 'wget-web-page "wget" "wget interface to download whole web page." t)

;; for emacs w3m:
;; (load "w3m-wget")

;; ================================================================
;; Word counting:
;; ================================================================

;; Count words:
;;; Final version: while
(defun count-words-region (beginning end)
  "Print number of words in the region."
  (interactive "r")
  (message "Counting words in region ... ")

;;; 1. Set up appropriate conditions.
  (save-excursion
    (let ((count 0))
      (goto-char beginning)

;;; 2. Run the while loop.
      (while (and (< (point) end)
                  (re-search-forward "\\w+\\W*" end t))
        (setq count (1+ count)))

;;; 3. Send a message to the user.
      (cond ((zerop count)
             (message
              "The region does NOT have any words."))
            ((= 1 count)
             (message
              "The region has 1 word."))
            (t
             (message
              "The region has %d words." count))))))

;; ----------------------------------------------------------------
;; settings for word-count.el
(setq load-path (cons (expand-file-name "~/elisp") load-path))
(autoload 'word-count-mode "word-count"
  "Minor mode to count words." t nil)
(global-set-key "\M-+" 'word-count-mode)

;; ----------------------------------------------------------------
;;; wc.el --- count words

;; Version: 0.1
;; Copyright (C) 2007 Theron Tlax
;; Time-stamp: <2007-09-01 14:24:41 thorne>
;; Author: thorne <thorne@timbral.net>
;; Created: 2007.9.1
;; Keywords: wp
;; Favorite day: Monday

;; This file is not part of GNU Emacs.

;;; Code.

;; This is the logic, and can be used in a program.  The other
;; functions use this interactively in various ways.
(defun wc-non-interactive (start end)
  "Count the number of words in the current region."
  (save-excursion
    (save-restriction
      (narrow-to-region start end)
      (goto-char (point-min))
      (count-matches "\\sw+"))))

;;;###autoload
(defun wc-buffer ()
  "Display the number of words in the current buffer."
  (interactive)
  (message (concat "The current buffer contains "
		   (number-to-string
		    (wc-non-interactive (point-min) (point-max)))
		   " words.")))

;;;###autoload
(defun wc-region (start end)
  "Display number of words in the region."
  (interactive "r")
  (message (concat "The current region contains "
		   (number-to-string
		    (wc-non-interactive start end))
		   " words.")))

;;;###autoload
(defun wc-dwim ()
  "Display a word count.
If there is a region defined, display the count for the region.
If not, display a word count for the whole buffer."
  (interactive)
  (if mark-active
      (wc-region (point) (mark))
    (wc-buffer)))

(defalias 'wc 'wc-dwim)

(provide 'wc)

;;; wc.el ends here

;; ----------------------------------------------------------------
;; Count words program from "Learning GNU Emacs" 3rd Ed.
(defun count-words-buffer ( )
  "Count the number of words in the current buffer;
print a message in the minibuffer with the result."
  (interactive)
  (save-excursion
    (let ((count 0))
      (goto-char (point-min))
      (while (< (point) (point-max))
	(forward-word 1)
	(setq count (1+ count)))
      (message "buffer contains %d words." count))))

;; ================================================================
;; Configuration for Org-Mode:
;; ================================================================
;; (require 'org-install)
;; (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
;; (define-key global-map "\C-cl" 'org-store-link)
;; (define-key global-map "\C-ca" 'org-agenda)
;; (setq org-log-done t)

;; (setq org-return-follows-link t)

;; (setq org-publish-project-alist
;;       '(("org"
;; 	 :base-directory "~/org/"
;; 	 :publishing-directory "~/public_html"
;; 	 :author "Nick Lee"
;; 	 :email "<nickleeh@gmail.com>"
;; 	 :style "<link rel=\"stylesheet\"
;;                 href=\"../css/style.css\"
;;                 type=\"text/css\"/>")))

;; ================ End of file ================


;; Linux 下,默认情况下 Emacs 里用 M-w 并不能复制内容到系统的剪切板,如果需要让 M-w 能复制内容到剪切板的话,可以把下面的这一行语句加入到 .emacs 里:

(setq x-select-enable-clipboard t)

(put 'narrow-to-region 'disabled nil)

 

Avatar_small
Ellie Lewers said:
Mon, 18 Feb 2019 16:25:02 +0800

The new nickel is followed for the formation of the paths for the people. The incentive of the joy and custom essay writing is marked for the humans. The struggle is painted and ousted for the formation of the new instruments for the humans.

Avatar_small
cash back sites said:
Tue, 30 Apr 2019 14:48:16 +0800

You will do all the shopping online, get cashback offers from here, which you can use on the next shopping.

Avatar_small
Layla Lilley said:
Fri, 10 May 2019 07:02:20 +0800

This license program is really very great and innovative and very helpful for the users  dissertation editing services who use it.

Avatar_small
system backup window said:
Sat, 29 Jun 2019 15:52:19 +0800

system backup windows 10 is the best way to create a backup in windows 10

Avatar_small
ems said:
Tue, 10 Dec 2019 03:42:33 +0800

<a href="https://www.writingpapersucks.com/power-essays-com-review/">powerwritings reviews</a>

[url=https://www.writingpapersucks.com/power-essays-com-review/]powerwritings reviews[/url]

Avatar_small
ems said:
Tue, 10 Dec 2019 03:43:29 +0800

https://www.writingpapersucks.com/power-essays-com-review/

Avatar_small
ems said:
Tue, 10 Dec 2019 03:44:08 +0800

<a href="https://www.writingpapersucks.com/power-essays-com-review/">powerwritings reviews</a>
[url=https://www.writingpapersucks.com/power-essays-com-review/]powerwritings reviews[/url]
https://www.writingpapersucks.com/power-essays-com-review/

Avatar_small
karthikeyan said:
Wed, 26 Feb 2020 15:03:38 +0800

https://simsmobilecheatss.hatenablog.com/entry/2020/02/10/142325?_ga=2.52158954.2143577679.1581311931-1042820217.1581068988 I hacked the brothel of The Simpsons: Tapped Out. It was even the only reason why I kept an old HTC One barely usable.

Avatar_small
Mike said:
Thu, 23 Apr 2020 04:12:01 +0800

This write-up was created by a genuine thinking author without a doubt. I settle on most of them with the strong points made by the author. I'll be back day in and also day for further brand-new updates. Funny Wifi Names 2020

Avatar_small
Jason Matt said:
Tue, 28 Apr 2020 04:20:00 +0800

First You got a fantastic blog site. I will want even more comparable topics. I see you obtained actually extremely beneficial subjects, I will be constantly examining your blog thanks. change wifi name and password

Avatar_small
Ric Thomas said:
Fri, 01 May 2020 08:46:17 +0800

I can not wait to dig kickoff and deep utilizing sources that I got from you.

Your liveliness is refreshing. kbc winner

Avatar_small
Ric Thomas said:
Sat, 02 May 2020 05:02:29 +0800

Great Article it's ingenious and really helpful keep us uploaded with new updates. its was really useful.
thanks a great deal.  imo lottery winner

Avatar_small
Ric Thomas said:
Sat, 02 May 2020 20:48:45 +0800

Very nice write-up,
I took pleasure in reviewing your blog post, very great share,
I intend to twit this to my followers. Many thanks! kbc head office number

Avatar_small
Ric Thomas said:
Thu, 07 May 2020 16:42:09 +0800

These specific papers remarkable,
and also My spouse and I take pleasure in each of the execute that you have actually put right into this.
I'm certain that you will certainly be making an actually useful place.
I have been in addition pleased. Excellent carry out!  soft dog food for bad teeth

Avatar_small
Ric Thomas said:
Thu, 07 May 2020 16:50:50 +0800

Hi there,
I discovered your web site via Google while browsing for a relevant subject,
your site showed up, it looks great.
I have bookmarked it in my google book markings. assignment代写

Avatar_small
Ric Thomas said:
Fri, 08 May 2020 14:03:36 +0800

Wonderful task below on. I check out a great deal of post, but I never ever heard a topic such as this. I Love this subject you made regarding the blogger's pail list. Extremely resourceful. kbc head office number

Avatar_small
Ric Thomas said:
Fri, 08 May 2020 14:35:27 +0800

Amazing blog post. This isn't typically a hideous blog post and offers complete info. I such as to evaluate this blog post considering I met such a great deal of new genuine parts concerning it really. Thanks, loads. I bookmark your internet log in light of I discovered dumbfounding details on your weblog, Thanks for sharing. kbc winner

Avatar_small
Ric Thomas said:
Fri, 08 May 2020 14:55:53 +0800

Exceptional message.

Thanks to this blog site my expedition has finished. kbc lottery winner

Avatar_small
Ric Thomas said:
Fri, 08 May 2020 15:48:18 +0800

Due to the fact that of the offer it, this is a remarkable article I have actually seen. It is truly what I anticipated to see trust in the future you will continue in sharing such a mind-blowing blog post. kbc lottery

Avatar_small
Ric Thomas said:
Sat, 09 May 2020 15:36:01 +0800

I'm sure that you will certainly be making an actually valuable location. Excellent execute! assignment代写

Avatar_small
Ric Thomas said:
Mon, 11 May 2020 20:05:09 +0800

Thanks for sharing wonderful information with us. I like your message and all you show to us depends on date as well as quite interesting, I would love to bookmark the page so I can come here once more to read you, as you have actually done a remarkable task. kbc

Avatar_small
Ric Thomas said:
Mon, 11 May 2020 20:12:11 +0800

Outstanding article. Many thanks to this blog site my expedition has ended. kbc live

Avatar_small
Ric Thomas said:
Mon, 11 May 2020 20:20:23 +0800

No question this is an outstanding blog post I got a great deal of understanding after checking out best of luck. The motif of the blog site is outstanding there is almost every little thing to check out, Brilliant blog post. kbc lottery winner

Avatar_small
Ric Thomas said:
Mon, 11 May 2020 20:24:57 +0800

Wonderful blog! I'm intending to start my very own site soon yet I'm a little lost on every little thing. Many thanks! kbc game

Avatar_small
Andrew Strauch said:
Sun, 24 May 2020 05:51:41 +0800

Very insightful post! There is a great deal of info below that can assist any kind of organisation begin with an effective social networking project  kbc lottery winner

Avatar_small
Andrew Strauch said:
Sun, 24 May 2020 05:54:39 +0800

The ideal write-up I came throughout a variety of years, write something about it on this web page. kbc official website

Avatar_small
Andrew Strauch said:
Sun, 24 May 2020 08:17:33 +0800

Think it or otherwise, it is the kind of details I've long been trying to find. It matches my demands a great deal. Thanks for writing this information. kbc head office number

Avatar_small
Andrew Strauch said:
Sun, 24 May 2020 08:21:08 +0800

I read a great deal of blog messages, yet I never heard a topic like this. I Love this topic you made about the blogger's container list. kbc head office number

Avatar_small
Andrew Strauch said:
Sun, 24 May 2020 08:24:26 +0800

Excellent article but I was asking yourself if you could create a bit a lot more on this topic?
I would certainly be really thankful if you can elaborate a little additional.
Appreciate it!  kbc head office number

Avatar_small
Andrew Strauch said:
Mon, 25 May 2020 14:03:21 +0800

Since of the deal it, this is a wonderful blog post I have seen.
It is truly what I expected to see rely on the future you will proceed
in sharing such an astonishing message. best email marketing platforms

Avatar_small
Andrew Strauch said:
Thu, 28 May 2020 09:33:39 +0800

You obtained a wonderful blog site. I will have an interest in even more comparable topics. I see you obtained actually extremely valuable topics, I will certainly be constantly inspecting your blog site thanks. jio lottery winner 2020

Avatar_small
Andrew Strauch said:
Thu, 28 May 2020 09:37:43 +0800

I actually like your creating style,
wonderful info, thankyou for posting.  kbc lottery 2020

Avatar_small
Andrew Strauch said:
Thu, 04 Jun 2020 12:01:04 +0800

Great Article it's ingenious and truly useful keep us published with brand-new updates. its was actually valuable. thanks a lot. kbc head office number

Avatar_small
Andrew Strauch said:
Fri, 05 Jun 2020 01:49:57 +0800

Fabulous article, you have actually denoted out some superb factors, I likewise believe this s an extremely wonderful website. I will check out once again for more top quality content and likewise, suggest this site to all. Many thanks. kbc winner

Avatar_small
Andrew Strauch said:
Fri, 05 Jun 2020 02:46:52 +0800

Superior article, keep up with this outstanding work. It's good to know that this subject is being likewise covered on this internet site so cheers for taking the time to review this! Many thanks over and over! kbc helpline number

Avatar_small
Andrew Strauch said:
Fri, 05 Jun 2020 03:24:29 +0800

Effectively composed information. For particular I will certainly examine out even more posts a day in and also day out. kbc customer care number

Avatar_small
Andrew Strauch said:
Fri, 05 Jun 2020 03:29:09 +0800

Maintain up the great; I check out a couple of blog posts on this site, including I take into consideration that your blog site is interesting as well as has sets of wonderful piece of information. Thanks for your useful initiatives. kbc winner list

Avatar_small
Andrew Strauch said:
Fri, 05 Jun 2020 03:32:09 +0800

These specific documents fabulous, and also My spouse and I appreciate each of the execute that you have placed into this. I'm certain that you will be making a really useful area. I have been additionally happy. Great do!  jio lottery winner 2021

Avatar_small
Andrew Strauch said:
Fri, 05 Jun 2020 03:35:41 +0800

You really make it look so very easy with your performance however I find this matter to be in fact something which I believe I would never ever comprehend. It appears incredibly broad and also complex for me. I'm expecting your following post, I'll attempt to master it!  kbc lottery 2021

Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 10:44:33 +0800

Thanks for sharing great information with us. I like your message and all you share with us is up to day and also fairly helpful, I want to bookmark the page so I can come right here again to read you, as you have done a fantastic task. kbc lottery winner 2021

Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 12:42:56 +0800

I got so involved in this material that I couldn't wait to read. Many thanks. kbc winner list

Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 17:41:02 +0800 Your work is truly appreciated round the clock and also the world. It is a practical and also exceptionally detailed blog. jio lottery
Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 19:05:25 +0800

First You obtained an excellent blog. I will certainly be interested in even more similar topics. I see you got really very valuable subjects, i will certainly be always examining your blog thanks. jio winner

Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 19:57:39 +0800

I appreciate this post for the well-researched web content and superb phrasing. I got so interested in this product that I couldn't quit reviewing. Your blog is really excellent. kbc lucky winner 2021

Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 20:46:00 +0800

Think it or otherwise, it is the kind of information I've long been looking for. It matches my needs a great deal. Thank you for composing this info. kbc head office number

Avatar_small
Andrew Strauch said:
Thu, 11 Jun 2020 21:47:48 +0800

Superb post. Many thanks to this blog my expedition has actually finished. kbc lottery winner

Avatar_small
Andrew Strauch said:
Mon, 15 Jun 2020 06:10:39 +0800

Great Article it's cutting-edge and actually useful maintain us posted with new updates. its was really important. many thanks a lot. להזמין נערת ליווי

Avatar_small
Andrew Strauch said:
Wed, 24 Jun 2020 05:36:40 +0800

Excellent article however I was questioning if you could compose a little more on this subject? I 'd be very glad if you might elaborate a bit further. Value it! roku com link

Avatar_small
Andrew Strauch said:
Mon, 06 Jul 2020 18:33:35 +0800

Think it or otherwise, it is the type of information I've long been attempting to discover. It matches my needs a great deal. Thanks for writing this details. ויאגרה גנרית

Avatar_small
Andrew Strauch said:
Fri, 10 Jul 2020 04:06:54 +0800

I check out a whole lot of blog messages, yet I never ever heard a topic like this. I Love this topic you made about the blog owner's container checklist. kbc lucky winner 2021

Avatar_small
Andrew Strauch said:
Fri, 10 Jul 2020 04:10:43 +0800

Superior message, maintain up with this outstanding work. It's wonderful to recognize that this topic is being likewise covered on this website so joys for making the effort to discuss this! Many thanks repeatedly! kbc lottery winner

Avatar_small
Andrew Strauch said:
Sat, 11 Jul 2020 03:55:05 +0800

These particular papers remarkable, and My partner as well as I take pleasure in each of the carry out that you have put right into this. I'm certain that you will certainly be making a really helpful place. I have been furthermore delighted. Excellent carry out! kbc winner

Avatar_small
Andrew Strauch said:
Sat, 11 Jul 2020 03:59:11 +0800

You actually make it look so very easy with your efficiency yet I discover this matter to be really something which I believe I would never understand. It seems too complex and extremely broad for me. I'm anticipating your next message, I'll attempt to master it! kbc number

Avatar_small
Andrew Strauch said:
Wed, 15 Jul 2020 06:39:00 +0800

No question this is an outstanding blog post I obtained a great deal of knowledge after reading best of luck. The motif of the blog is outstanding there is almost every little thing to review, Brilliant blog post. how can i check my kbc lottery online?

Avatar_small
Andrew Strauch said:
Thu, 16 Jul 2020 03:55:57 +0800

Truly pleased! Many thanks for sharing. kbc lottery check jio

Avatar_small
Andrew Strauch said:
Thu, 16 Jul 2020 04:40:29 +0800

Exceptional site! I love just how it is simple on my eyes it is. I am examining how I could be notified whenever a brand-new article has been made. Looking for more brand-new updates. Have an excellent day! 网课代写

Avatar_small
Andrew Strauch said:
Thu, 16 Jul 2020 04:41:07 +0800

Thanks for sharing wonderful info with us. I like your blog post and also all you show to us depends on day as well as quite useful, I wish to bookmark the page so I can come right here once more to read you, as you have actually done a fantastic task. paragonpoker

Avatar_small
Andrew Strauch said:
Thu, 16 Jul 2020 18:40:04 +0800

Favorable website, where did u come up with the info on this posting? I have actually read a few of the posts on your internet site now, and I truly like your design. Many thanks a million and please maintain the effective work. kbc head office number

Avatar_small
Andrew Strauch said:
Fri, 17 Jul 2020 18:41:19 +0800

Hey, what a brilliant message I have actually found and also believed me I have been searching out for this comparable kind of blog post for past a week and barely came across this. Thank you very much and I will certainly seek more posts from you. how to check kbc lottery winner 2021

Avatar_small
Andrew Strauch said:
Sun, 19 Jul 2020 04:54:01 +0800

Excellent article yet I was questioning if you could create a little much more on this topic? If you can elaborate a little bit further, I would certainly be really grateful. Value it! Hppoker

Avatar_small
Andrew Strauch said:
Sun, 19 Jul 2020 04:56:44 +0800

It is genuinely a well-researched material as well as superb phrasing. I obtained so involved in this product that I couldn't wait to read. I am satisfied with your work as well as ability. Thanks. mybestpoker

Avatar_small
Andrew Strauch said:
Sun, 19 Jul 2020 04:59:33 +0800

I can not wait to dig deep as well as kickoff utilizing sources that I got from you. Your liveliness is rejuvenating. Lexispoker

Avatar_small
Andrew Strauch said:
Tue, 21 Jul 2020 05:53:03 +0800

Think it or not, it is the kind of info I've long been looking for. It matches my needs a great deal. Thank you for composing this information. Judi Slot Online

Avatar_small
Andrew Strauch said:
Sun, 26 Jul 2020 04:20:23 +0800

Hey, what a brilliant message I have actually stumbled upon and believed me I have been seeking for this comparable kind of post for past a week and also barely encountered this. Thanks significantly and also I will certainly seek even more posts from you. kbc lottery winner

Avatar_small
Andrew Strauch said:
Sun, 26 Jul 2020 04:24:07 +0800

I obtained also much intriguing stuff on your blog site. I presume I am not the just one having all the pleasure here! Maintain up the excellent work. jio lottery winner list

Avatar_small
Andrew Strauch said:
Sun, 26 Jul 2020 04:24:13 +0800

Fabulous post, you have actually denoted out some fantastic points, I likewise believe this s an extremely remarkable internet site. I will see once more for even more top quality web content as well as additionally, recommend this site to all. Thanks. dndpoker

Avatar_small
Andrew Strauch said:
Mon, 27 Jul 2020 04:41:19 +0800

Maintain the great; I check out a couple of posts on this website, including I take into consideration that your blog site is interesting and has collections of superb item of information. Thanks for your useful efforts. whatsapp lucky draw 2020 winner list

Avatar_small
Andrew Strauch said:
Mon, 27 Jul 2020 04:41:32 +0800

I'm sure that you will be making a really helpful location. Great carry out! whatsapp lottery 2020

Avatar_small
Andrew Strauch said:
Sat, 08 Aug 2020 22:05:48 +0800

Actually pleased! Thanks for sharing. 먹튀검증사이트

Avatar_small
Andrew Strauch said:
Sat, 08 Aug 2020 22:06:06 +0800

I desire you to say thanks to for your time of this terrific read!!! I certainly take pleasure in every little of it as well as I have you bookmarked to have a look at new stuff of your blog site a must-read blog! 먹튀커머스

Avatar_small
Andrew Strauch said:
Wed, 12 Aug 2020 16:12:07 +0800

These certain papers amazing, as well as My spouse and also I take pleasure in each of the do that you have actually put into this. I'm certain that you will be making an actually useful location. I have been additionally pleased. Excellent carry out! แทงบอล

Avatar_small
Andrew Strauch said:
Thu, 10 Sep 2020 21:48:49 +0800

Hi there, I located your web site by means of Google while looking for an associated subject, your web site came up, it looks wonderful. I have actually bookmarked it in my google book markings. บุหรี่ไฟฟ้า

Avatar_small
Zscape Games said:
Mon, 14 Sep 2020 23:36:08 +0800

Admiring the time and effort you put into your blog and detailed information you offer!..

Avatar_small
Andrew Strauch said:
Thu, 24 Sep 2020 03:25:59 +0800

Believe it or otherwise, it is the sort of details I've long been attempting to discover. It matches my needs a great deal. Thank you for composing this details. QR Code Generator

Avatar_small
Dini said:
Sat, 24 Oct 2020 18:27:16 +0800

Berbelanja beragam model tas terbaru dan terlengkap untuk pria, wanita, dan anak-anak dengan harga terbaik hanya di Bee Bagshop, grosir tas Bandung. Untuk anda yang ingin memulai usaha berjualan tas tanpa perlu mengeluarkan modal untuk membeli stok barang, silahkan bergabung menjadi reseller kami, gratis tidak perlu membayar biaya pendaftaran, info lengkapnya cek di link ini, read more. Salah satu robot yang kini populer di kalangan anak laki-laki adalah tobot. Kami punya banyak koleksi tas ransel bergambar tobot, anda bisa melihat koleksi tas tobot kami di link ini, grosir tas tobot murah di Bandung. Salah satu tote bag yang populer dan banyak digemari para wanita saat ini adalah tote bag tali sumbu. Tote bag ini cocok digunakan dalam berbagai aktivitas. Untuk kamu yang ingin berbelanja tas tote bag tali sumbu, bisa cek koleksi kami selengkapnya di sini, harga tote bag tali sumbu. Untuk anda yang bingung memilih tas untuk anak laki-laki anda yang baru akan masuk sekolah TK atau SD, kami punya banyak tas ransel bergambar aneka robot yang banyak digemari anak-anak, cek koleksi tas robot kami di sini, jual tas robot di Bandung.

Avatar_small
fk planes said:
Mon, 26 Oct 2020 23:05:54 +0800

I can see that you are an expert at your field! I am launching a website soon, and your information will be very useful for me.. Thanks for all your help and wishing you all the success in your business.

Avatar_small
Andrew Strauch said:
Tue, 27 Oct 2020 06:04:11 +0800

Extremely nice blog site as well as write-ups. I am actually extremely happy to see your blog. Currently I am discovered which I in fact want. I examine your blog everyday and attempt to discover something from your blog. Thanks and also waiting on your brand-new article. radio app

Avatar_small
long distance moving said:
Thu, 05 Nov 2020 22:32:47 +0800

I am very enjoyed for this blog. Its an informative topic. It help me very much to solve some problems. Its opportunity are so fantastic and working style so speedy.

Avatar_small
Andrew Strauch said:
Mon, 09 Nov 2020 22:13:10 +0800

I review a whole lot of blog articles, however I never ever listened to a subject like this. I Love this subject you made regarding the blog writer's bucket checklist. 卡式台胞證

Avatar_small
Andrew Strauch said:
Wed, 11 Nov 2020 10:21:43 +0800

These specific papers remarkable, as well as My spouse and also I appreciate each of the do that you have positioned right into this. I'm certain that you will be making a really helpful place. I have actually been in addition happy. Good do! 臺胞證

Avatar_small
Norton Com Setup said:
Sun, 29 Nov 2020 23:05:09 +0800

norton.com/setup
norton.com/setup enter product key
norton.com/setup activate

Let's help you get the Norton

www.norton.com/setup or norton.com/setup

Form url www.norton.com/setup 2019 directly in the address bar of your browser.
Sign up for your Norton account.
Sign in or Build a new Norton Account
Then enter the key to your Norton product.
Choose to install Norton.
After the Norton Update has been completed, run the installation.
"You're all set up! The Norton is now mounted."

Significant points to be recalled when downloading Norton:
You will use your Norton account for all applications relevant to Norton.
If your product key has been redeemed and you are unable to find Norton apps. You can instal Norton directly on your Norton account.

Avatar_small
Andrew Strauch said:
Tue, 19 Jan 2021 05:59:23 +0800

Excellent web site! I love how it is simple on my eyes it is. I am examining exactly how I could be alerted whenever a new post has been made. Looking for even more brand-new updates. Have a fantastic day! notes

Avatar_small
Andrew Strauch said:
Fri, 09 Apr 2021 13:26:29 +0800

I inspect your blog every day as well as try to learn something from your blog site. Thank you and also waiting for your new post. framing a basement

Avatar_small
Andrew Strauch said:
Sun, 09 May 2021 02:10:07 +0800

Extremely nice write-up, I enjoyed reviewing your article, really great share, I wish to twit this to my followers. Thanks! Relx

Avatar_small
Andrew Strauch said:
Sun, 16 May 2021 10:29:43 +0800

These particular documents incredible, and My partner and I appreciate each of the carry out that you have positioned into this. I'm certain that you will certainly be making a truly useful location. I have actually been in addition happy. Excellent do! How Does Gmail Compare to Thexyz

Avatar_small
Andrew Strauch said:
Fri, 21 May 2021 03:28:43 +0800

These certain papers wonderful, and My partner and also I delight in each of the carry out that you have put into this. I'm certain that you will be making a truly useful area. I have actually been additionally delighted. Great perform! Australian channel manager

Avatar_small
Narelle said:
Sat, 22 May 2021 11:18:29 +0800

Thanks for your articles and your blog, I am wanting to start one myself for my own business - It's good for checking out what other people write about and curious about where they get their ideas... My business is <a href="https://www.hepburnmassage.com.au/">Mobile Massage Hepburn</a> in Regional Victoria in Australia, not sure how I stumbled across your site from what I was searching for but I like to check out how different sites and blogs are structures and what people write about

Avatar_small
Narelle said:
Sat, 22 May 2021 11:18:52 +0800

Thanks for your articles and your blog, I am wanting to start one myself for my own business - It's good for checking out what other people write about and curious about where they get their ideas... My business is Mobile Massage Hepburn in Regional Victoria in Australia, not sure how I stumbled across your site from what I was searching for but I like to check out how different sites and blogs are structures and what people write about

Avatar_small
Andrew Strauch said:
Thu, 24 Jun 2021 04:26:31 +0800

Wonderful blog site! I'm intending to begin my own internet site soon however I'm a little lost on whatever. Many many thanks! eprimefeed.com Latest News Economy Politics Tech Sports Movies Fashion Life & Style الإخبارية

Avatar_small
Andrew Strauch said:
Mon, 30 Aug 2021 09:09:28 +0800

Pretty good message. I just stumbled upon your weblog as well as wished to say that I have actually truly enjoyed searching your blog site messages. I'll be subscribing to your feed and also I hope you compose once more quickly! Togel Online24Jam Terpercaya 2020

Avatar_small
Andrew Strauch said:
Wed, 08 Dec 2021 07:07:12 +0800

Very good short article, I delighted in reviewing your message, very great share, I intend to twit this to my fans. Thanks! joker123 online

Avatar_small
Andrew Strauch said:
Tue, 14 Dec 2021 05:39:29 +0800

Fabulous blog post, you have denoted out some superb factors, I similarly assume this s an extremely remarkable website. I will certainly see again for more quality material as well as also, recommend this site to all. Thanks. Normanton Park

Avatar_small
Andrew Strauch said:
Sat, 18 Jun 2022 08:20:58 +0800

This is an amazing post I have actually seen as a result of the deal it. It is actually what I expected to see count on in the future you will certainly continue in sharing such an astonishing post. resume builder


Login *


loading captcha image...
(type the code from the image)
or Ctrl+Enter